uncommented slave node

This commit is contained in:
Jordan A 2019-05-08 23:45:18 -07:00
parent 01e89ae070
commit 8469b1f281

2
Jenkinsfile vendored
View file

@ -5,13 +5,11 @@ pipeline {
stages {
stage('Deploy to Artifactory') {
/*
agent {
node {
label 'tester'
}
}
*/
steps {
// sh ''
sh 'mvn deploy'