Changeset c488cf0
- Timestamp:
- Sep 13, 2025, 4:41:55 PM (7 days ago)
- Branches:
- master
- Children:
- 8317671
- Parents:
- 86ce925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r86ce925 rc488cf0 38 38 dir (BuildDir) { 39 39 sh 'rm -rf *' 40 sshagent (credentials: ['git _key_aug2025']) {40 sshagent (credentials: ['github_sep2025']) { 41 41 sh "git clone --bare ${RemoteRepo} repo" 42 42 } … … 70 70 sh "git status" 71 71 sh "git diff-index --quiet HEAD || git commit -m 'Push from build machine: ${name}'" 72 sshagent (credentials: ['git _key_aug2025']) {72 sshagent (credentials: ['github_sep2025']) { 73 73 sh "git push origin master" 74 74 }
Note:
See TracChangeset
for help on using the changeset viewer.