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'
// }
// }
stage('build') {
steps {
sh './gradlew build -x test'
}
}
// stage('build') {
// steps {
// sh './gradlew build -x test'
// }
// }
stage('docker') {
script {
steps {