commented out agent

This commit is contained in:
Jordan A 2019-05-08 16:04:31 -07:00
parent 21635588f7
commit c111877e5d

2
Jenkinsfile vendored
View file

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