mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFile docker configuration
This commit is contained in:
parent
cce3e176f5
commit
01236fbb48
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -37,6 +37,7 @@ pipeline {
|
||||||
stage('deploy to dockerhub') {
|
stage('deploy to dockerhub') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
echo 'jelllkdskdks'
|
||||||
docker.withRegistry("https://registry.hub.docker.com", "webserver_login")
|
docker.withRegistry("https://registry.hub.docker.com", "webserver_login")
|
||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
|
|
Loading…
Reference in a new issue