This commit is contained in:
work 2025-02-05 19:30:39 +01:00
parent a8cef50b50
commit 9b94ce1d76

2
Jenkinsfile vendored
View file

@ -40,7 +40,7 @@ stage('Login to dockerhub') {
stage('Push') {
steps {
sh 'docker push piachsecki/spring-pet-clinic:latest'
sh '/usr/sbin/envShell.sh push piachsecki/spring-pet-clinic:latest'
}
}