Merge pull request #1 from Momami/Momami-patch-1

Update Jenkinsfile
This commit is contained in:
MoMaMi 2020-09-24 15:19:52 +04:00 committed by GitHub
commit 87ff7aceda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -13,10 +13,6 @@
sh 'mvn clean package'
}
}
stage('Build petclinic') {
agent { dockerfile true }
steps {}
}
}
}