Skip to content

Commit 9ee379e

Browse files
Update Jenkinsfile
stage deleted
1 parent fdfb9a2 commit 9ee379e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Jenkinsfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,5 @@ node {
77
stage("Build"){
88
sh "docker build -t emirozbir/jdind:latest ."
99
}
10-
11-
stage("Docker push "){
12-
13-
withCredentials([string(credentialsId: 'docker-pwd', variable: 'dockerHubLogin')]) {
14-
sh "docker login -u emirozbir -p ${dockerHubLogin}"
1510

16-
}
17-
sh "docker push emirozbir/jdind:latest"
18-
19-
}
2011
}

0 commit comments

Comments
 (0)