mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +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 {
|
stages {
|
||||||
agent { label 'vps-agent1' }
|
|
||||||
stage('checkStyle') {
|
stage('checkStyle') {
|
||||||
|
agent { label 'vps-agent1' }
|
||||||
when { not {branch 'main' }}
|
when { not {branch 'main' }}
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew checkstyleMain'
|
sh './gradlew checkstyleMain'
|
||||||
|
|
Loading…
Reference in a new issue