JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 09:42:28 -08:00
parent b95747f02d
commit 5e38c85470

2
Jenkinsfile vendored
View file

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