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
af09830c3e
commit
0b0eec5ffe
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') {
|
||||||
steps {
|
steps {
|
||||||
// sh 'docker build -t my/app .'
|
// sh 'docker build -t my/app .'
|
||||||
|
|
Loading…
Reference in a new issue