mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 22:15:50 +00:00
Added slave back for mvn deploy
This commit is contained in:
parent
637293a3e3
commit
01e89ae070
1 changed files with 1 additions and 13 deletions
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
|
@ -4,18 +4,6 @@ pipeline {
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|
||||||
stage('Test') {
|
|
||||||
/*
|
|
||||||
agent {
|
|
||||||
node {
|
|
||||||
label 'tester'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
steps {
|
|
||||||
sh 'mvn deploy'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
stage('Deploy to Artifactory') {
|
stage('Deploy to Artifactory') {
|
||||||
/*
|
/*
|
||||||
agent {
|
agent {
|
||||||
|
@ -26,7 +14,7 @@ pipeline {
|
||||||
*/
|
*/
|
||||||
steps {
|
steps {
|
||||||
// sh ''
|
// sh ''
|
||||||
echo 'NOT YET IMPLEMENTED'
|
sh 'mvn deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue