Skip to content

Commit

Permalink
Updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vbawol committed Aug 3, 2017
1 parent 2349086 commit 6d15014
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
pipeline {
agent any
agent {
node {
label 'testing'
}

}
stages {
stage('') {
stage('Release') {
steps {
bat 'C:/GITTEMP/release_client.cmd'
}
Expand Down

0 comments on commit 6d15014

Please sign in to comment.