Skip to content

Commit 4cdbe92

Browse files
authored
Update Jenkinsfile
1 parent 7a3b4d1 commit 4cdbe92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
stages {
66
stage('checkout-stage') {
77
steps {
8-
git branch: 'master', credentialsId: 'ashoksm', url: 'https://github.com/AuthorizeNet/sample-code-java.git'
8+
git branch: 'master', credentialsId: 'ashoksm', url: 'https://github.com/ashok77sm/sample-code-java.git'
99
}
1010
}
1111
stage('build-stage') {

0 commit comments

Comments
 (0)