Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jenkins/Promote

    r60380a1 rcc5544a  
    3636                dir (BuildDir) {
    3737                    sh 'rm -rf *'
    38                         sshagent (credentials: ['git_key_mar27']) {
     38                        sshagent (credentials: ['github_key_jun1']) {
    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: ['git_key_mar27']) {
     71                        sshagent (credentials: ['github_key_jun1']) {
    7272                                sh "git push origin master"
    7373                        }
Note: See TracChangeset for help on using the changeset viewer.