mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +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 {
|
pipeline {
|
||||||
agent {mavenbuilder}
|
agent {
|
||||||
|
label 'mavenbuilder'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage ('Checkstyle') {
|
stage ('Checkstyle') {
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue