JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 03:13:05 -08:00
parent 1532dcac31
commit ec36711cae

10
Jenkinsfile vendored
View file

@ -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 {