Updated Jenkinsfile

This commit is contained in:
vbawol 2017-05-07 15:48:09 -07:00
parent 3902d63b4f
commit 52d0c845e0

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline { pipeline {
agent any agent {
node {
label 'testing'
}
}
stages { stages {
stage('Release') { stage('Release') {
steps { steps {