JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:26:22 -08:00
parent 0aea00f477
commit ea402f133f

6
Jenkinsfile vendored
View file

@ -7,9 +7,9 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'chmod +x gradlew'
sh './gradlew build'
// archiveArtifacts artifacts: './build/libs/reports/checkstyle/main.html'
// sh 'chmod +x gradlew'
// sh './gradlew build'
archiveArtifacts artifacts: './build/libs/reports/checkstyle/main.html'
}
}
}