Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-08 21:03:14 +03:00 committed by GitHub
parent 2c3861472a
commit 9b1b053f4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -34,7 +34,6 @@ pipeline {
stage('Push artifact to docker registry') {
steps {
script {
#!/bin/bash -xe
docker.withRegistry('', 'dockerhub_id') {
dockerImage.push()
dockerImage.push("latest")