- Timestamp:
- Sep 15, 2025, 5:24:48 PM (2 months ago)
- Branches:
- master
- Children:
- 780727f
- Parents:
- 829a955 (diff), c488cf0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
Jenkins/Promote (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Jenkins/Promote
r829a955 r8317671 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.