Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-16 10:01:35 +05:30 committed by GitHub
parent d26a668890
commit dbf3ce33fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Jenkinsfile vendored
View file

@ -23,13 +23,7 @@ pipeline{
sh "mvn clean package"
}
}
stage('Docker Build') {
agent any
steps {
echo "========executing docker build========"
sh 'docker build -t amar1doc/petclinic:latest .'
}
}
}
post{