Skip to content

Commit 5304b25

Browse files
authored
Update Jenkinsfile
1 parent eb0f418 commit 5304b25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pipeline {
88
stages {
99
stage('checkout') {
1010
steps {
11-
git(url: 'git@github.com:practicaljenkins/python-project.git', branch: 'master', credentialsId: '597e1eb7-0133-469d-90f4-cf78e915c456')
11+
git(url: 'https://github.com/rajanirugur/python-project.git', branch: 'master')
1212
}
1313
}
1414
stage('build') {
@@ -17,4 +17,4 @@ pipeline {
1717
}
1818
}
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)