Changeset 60380a1 for Jenkins/Promote


Ignore:
Timestamp:
Mar 28, 2023, 11:07:10 AM (14 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
9feb34b
Parents:
e10714a
Message:

trying to get Jenkins Promote to work with new credentials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Promote

    re10714a r60380a1  
    3636                dir (BuildDir) {
    3737                    sh 'rm -rf *'
    38                         sshagent (credentials: ['github_key_jun1']) {
     38                        sshagent (credentials: ['git_key_mar27']) {
    3939                                sh "git clone --bare ${RemoteRepo} repo"
    4040                        }
     
    6969                        sh "git status"
    7070                        sh "git diff-index --quiet HEAD || git commit -m 'Push from build machine: ${name}'"
    71                         sshagent (credentials: ['github_key_jun1']) {
     71                        sshagent (credentials: ['git_key_mar27']) {
    7272                                sh "git push origin master"
    7373                        }
Note: See TracChangeset for help on using the changeset viewer.