Changeset 9a0a361
- Timestamp:
- Sep 7, 2025, 6:17:24 PM (2 weeks ago)
- Branches:
- master
- Children:
- c2f6b79
- Parents:
- 9f385e4
- Location:
- Jenkins
- Files:
-
- 2 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 } -
Jenkins/tools.groovy
r9f385e4 r9a0a361 37 37 userRemoteConfigs: [[ 38 38 url: 'cforall@plg.uwaterloo.ca:software/cfa/cfa-cc', 39 credentialsId: 'git_key_aug20 ']]39 credentialsId: 'git_key_aug2025']] 40 40 ]) 41 41 echo GitLogMessage(scmVars.GIT_COMMIT, scmVars.GIT_PREVIOUS_COMMIT)
Note:
See TracChangeset
for help on using the changeset viewer.