mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 05:55:51 +00:00
typo
This commit is contained in:
parent
9ef77008cc
commit
7d7186bfa2
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -9,8 +9,8 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
agent { label 'vps-agent1' }
|
||||
stage('checkStyle') {
|
||||
agent { label 'vps-agent1' }
|
||||
when { not {branch 'main' }}
|
||||
steps {
|
||||
sh './gradlew checkstyleMain'
|
||||
|
|
Loading…
Reference in a new issue