JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:26:51 -08:00
parent ea402f133f
commit eeaaaeb615

2
Jenkinsfile vendored
View file

@ -9,7 +9,7 @@ pipeline {
steps {
// sh 'chmod +x gradlew'
// sh './gradlew build'
archiveArtifacts artifacts: './build/libs/reports/checkstyle/main.html'
archiveArtifacts artifacts: 'build/libs/reports/checkstyle/main.html'
}
}
}