Added slave back for mvn deploy

This commit is contained in:
Jordan A 2019-05-08 23:40:09 -07:00
parent 637293a3e3
commit 01e89ae070

14
Jenkinsfile vendored
View file

@ -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'
} }
} }