We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3b4d1 commit 4cdbe92Copy full SHA for 4cdbe92
1 file changed
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
stages {
6
stage('checkout-stage') {
7
steps {
8
- git branch: 'master', credentialsId: 'ashoksm', url: 'https://github.com/AuthorizeNet/sample-code-java.git'
+ git branch: 'master', credentialsId: 'ashoksm', url: 'https://github.com/ashok77sm/sample-code-java.git'
9
}
10
11
stage('build-stage') {
0 commit comments