Changeset 9a0a361 for Jenkins/Promote
- Timestamp:
- Sep 7, 2025, 6:17:24 PM (3 weeks ago)
- Branches:
- master
- Children:
- c2f6b79
- Parents:
- 9f385e4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r9f385e4 r9a0a361 36 36 dir (BuildDir) { 37 37 sh 'rm -rf *' 38 sshagent (credentials: ['git_key_ mar27']) {38 sshagent (credentials: ['git_key_aug2025']) { 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: ['git_key_aug2025']) { 72 72 sh "git push origin master" 73 73 }
Note:
See TracChangeset
for help on using the changeset viewer.