JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 09:49:03 -08:00
parent ffae14e3d3
commit 20c0284fb1

4
Jenkinsfile vendored
View file

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