JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:12:24 -08:00
parent 2b5a31283c
commit 0aea00f477

1
Jenkinsfile vendored
View file

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