mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:35:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2b0fb292bd
commit
007b2c45b4
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
agent {mavenbuilder}
|
||||
agent {
|
||||
label 'mavenbuilder'
|
||||
}
|
||||
stages {
|
||||
stage ('Checkstyle') {
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue