Changes in Jenkins/Promote [60380a1:cc5544a]
- File:
-
- 1 edited
-
Jenkins/Promote (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r60380a1 rcc5544a 36 36 dir (BuildDir) { 37 37 sh 'rm -rf *' 38 sshagent (credentials: ['git _key_mar27']) {38 sshagent (credentials: ['github_key_jun1']) { 39 39 sh "git clone --bare ${RemoteRepo} repo" 40 40 } … … 69 69 sh "git status" 70 70 sh "git diff-index --quiet HEAD || git commit -m 'Push from build machine: ${name}'" 71 sshagent (credentials: ['git _key_mar27']) {71 sshagent (credentials: ['github_key_jun1']) { 72 72 sh "git push origin master" 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.