Self serve release docs 44/15944/20
authorAric Gardner <agardner@linuxfoundation.org>
Wed, 19 Jun 2019 18:10:42 +0000 (14:10 -0400)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 31 Jul 2019 23:27:49 +0000 (09:27 +1000)
commit6b53be2db0cb7eaa85b5a6c60edf4e5e5a8f5c80
treeeed6af4b32c06a4f1819a9fc5d3c47e17a06ab28
parentda7a332a3179b8b8ddb23f60086884af3dab1365
Self serve release docs

And code fixes for new:
jenkins-ssh-release-credential

Fix in release-job.sh
These were overlooked for merge:

git config user.name
git config user.email
gerrit_ssh=$(echo "$GERRIT_URL" | awk -F"/" '{print $3}')
git remote set-url origin ssh://"$RELEASE_USERNAME"@"$gerrit_ssh":29418/$PROJECT

Also included a small capitalization fix in lf-info-vote.rst

ISSUE: RELENG-2127
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I11ad122153d71a3d25d6b8839e09435f8b27b19d
.jjb-test/defaults.yaml
docs/_static/nexus-promote-privs.png [new file with mode: 0644]
docs/jjb/lf-info-vote.rst
docs/jjb/lf-release-jobs.rst
releasenotes/notes/lf-release-jobs-f470e781be753872.yaml [new file with mode: 0644]
shell/release-job.sh