Skip to content

Commit 904dc94

Browse files
authored
Update Jenkinsfile
1 parent 62552f6 commit 904dc94

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
@@ -2,7 +2,7 @@ node{
22

33
stage("App Build started"){
44
echo 'App build started..'
5-
git credentialsId: 'Github-ID', url: 'https://github.com/itrainavengers/python-docker.git'
5+
git credentialsId: 'Github-ID', url: 'https://github.com/vickeyreddy/python-docker.git'
66
}
77

88
stage('Docker Build') {

0 commit comments

Comments
 (0)