Browse Source

fix credentialsId

pull/5/head
JT 1 year ago
parent
commit
459db07328
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -8,7 +8,7 @@ node("Windows") {
}
stage('Checkout') {
git branch: env.BRANCH_NAME, credentialsId: 'jenkins-shared-pipeline', url: "https://github.com/${author}/${repoName}.git"
git branch: env.BRANCH_NAME, credentialsId: 'Ionite', url: "https://github.com/${author}/${repoName}.git"
}
stage('Build') {

Loading…
Cancel
Save