Update Jenkinsfile

This commit is contained in:
Mihai Georgescu 2023-11-27 16:10:50 +02:00 committed by GitHub
parent b1dce656e6
commit e08253fbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -16,6 +16,7 @@ pipeline {
stage('Build') {
steps {
echo "now we will begin the build"
sh 'mvn clean package -DskipTests'
}
}
stage('Create docker image') {