We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0f418 commit 5304b25Copy full SHA for 5304b25
1 file changed
Jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
8
stages {
9
stage('checkout') {
10
steps {
11
- git(url: 'git@github.com:practicaljenkins/python-project.git', branch: 'master', credentialsId: '597e1eb7-0133-469d-90f4-cf78e915c456')
+ git(url: 'https://github.com/rajanirugur/python-project.git', branch: 'master')
12
}
13
14
stage('build') {
@@ -17,4 +17,4 @@ pipeline {
17
18
19
20
-}
+}
0 commit comments