JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:38:10 -08:00
parent 579cd1b0c2
commit 817d84976b

2
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
steps {
// sh 'chmod +x gradlew'
// sh './gradlew build'
sh 'cd build/reports/checkstyle'
sh 'cd /build/reports/checkstyle'
sh 'ls -a'
archiveArtifacts artifacts: 'build/reports/checkstyle/main.html'