fix jenkinsfile

This commit is contained in:
Anton Romanov 2022-11-08 13:00:30 +04:00
parent 3315bd4afa
commit 219e85bdff

3
Jenkinsfile vendored
View File

@ -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")
}
}*/
}