JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 04:11:20 -08:00
parent cce3e176f5
commit 01236fbb48

1
Jenkinsfile vendored
View file

@ -37,6 +37,7 @@ pipeline {
stage('deploy to dockerhub') {
steps {
script {
echo 'jelllkdskdks'
docker.withRegistry("https://registry.hub.docker.com", "webserver_login")
app.push("${env.BUILD_NUMBER}")
app.push("latest")