mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 06:45:49 +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 {
|
stages {
|
||||||
|
|
||||||
stage('Test') {
|
stage('Test') {
|
||||||
|
/*
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'tester'
|
label 'tester'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
steps {
|
steps {
|
||||||
sh 'mvn test'
|
sh 'mvn test'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue