mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
uncommented slave node
This commit is contained in:
parent
01e89ae070
commit
8469b1f281
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,13 +5,11 @@ pipeline {
|
|||
stages {
|
||||
|
||||
stage('Deploy to Artifactory') {
|
||||
/*
|
||||
agent {
|
||||
node {
|
||||
label 'tester'
|
||||
}
|
||||
}
|
||||
*/
|
||||
steps {
|
||||
// sh ''
|
||||
sh 'mvn deploy'
|
||||
|
|
Loading…
Reference in a new issue