JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 09:43:12 -08:00
parent 5e38c85470
commit 89dd56967e

2
Jenkinsfile vendored
View file

@ -11,8 +11,8 @@ pipeline {
withGradle(){
sh './gradlew -version'
sh './gradlew clean build --no-daemon'
archiveArtifacts artifact: './build/libs/reports/checkstyle/main.html'
}
archiveArtifacts artifact: './build/libs/reports/checkstyle/main.html'
}
}
}