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