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