JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:31:17 -08:00
parent 35dca4e92c
commit c229cdfe03

1
Jenkinsfile vendored
View file

@ -9,6 +9,7 @@ pipeline {
steps {
// sh 'chmod +x gradlew'
// sh './gradlew build'
sh 'pwd'
archiveArtifacts artifacts: 'build/libs/reports/checkstyle/main.html', fingerprint: true
}
}