JenkinsFILE

This commit is contained in:
RolandBakunts 2023-01-16 10:42:47 -08:00
parent 4c97e05925
commit 8b567b6e5e

8
Jenkinsfile vendored
View file

@ -7,10 +7,10 @@ pipeline {
stages {
stage('Build') {
steps {
// sh 'chmod +x gradlew'
// sh './gradlew build'
sh 'ls -a'
sh 'cd ./build/reports/checkstyle'
sh 'chmod +x gradlew'
sh './gradlew tasks'
sh './gradlew checkstyleMain'
sh 'ls -a'
archiveArtifacts artifacts: 'build/reports/checkstyle/main.html'