mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
commented out agent
This commit is contained in:
parent
21635588f7
commit
c111877e5d
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,11 +5,13 @@ pipeline {
|
|||
stages {
|
||||
|
||||
stage('Test') {
|
||||
/*
|
||||
agent {
|
||||
node {
|
||||
label 'tester'
|
||||
}
|
||||
}
|
||||
*/
|
||||
steps {
|
||||
sh 'mvn test'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue