JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 02:53:36 -08:00
parent af09830c3e
commit 0b0eec5ffe

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') {
steps {
// sh 'docker build -t my/app .'