mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFILE
This commit is contained in:
parent
4c97e05925
commit
8b567b6e5e
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue