fix jenkinsfile
This commit is contained in:
parent
3315bd4afa
commit
219e85bdff
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -19,11 +19,10 @@ node {
|
|||||||
sh 'echo "Tests passed"'
|
sh 'echo "Tests passed"'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
/*stage('Push image') {
|
/*stage('Push image') {
|
||||||
docker.withRegistry('https://registry.hub.docker.com', 'docker-hub-credentials') {
|
docker.withRegistry('https://registry.hub.docker.com', 'docker-hub-credentials') {
|
||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
}
|
}
|
||||||
}*/
|
}*/
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user