JenkinsFile docker configuration

This commit is contained in:
RolandBakunts 2023-01-17 05:51:01 -08:00
parent c47d3d875e
commit 0000bad377

1
Jenkinsfile vendored
View file

@ -26,6 +26,7 @@ pipeline {
} }
} }
} }
}
// stage('checkstyle') { // stage('checkstyle') {
// steps { // steps {
// sh './gradlew checkstyleMain' // sh './gradlew checkstyleMain'