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 { 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'