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' // 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 .'