JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:03:55 -08:00
parent b3e93516b5
commit 05cabbfbca

4
Jenkinsfile vendored
View file

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