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
1532dcac31
commit
ec36711cae
1 changed files with 5 additions and 5 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -16,11 +16,11 @@ pipeline {
|
||||||
// sh './gradlew compileJava'
|
// sh './gradlew compileJava'
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
stage('build') {
|
// stage('build') {
|
||||||
steps {
|
// steps {
|
||||||
sh './gradlew build -x test'
|
// sh './gradlew build -x test'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
stage('docker') {
|
stage('docker') {
|
||||||
script {
|
script {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue