Skip to content

Commit

Permalink
add lbel
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 25, 2019
1 parent 480e1d8 commit 7762e36
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Jenkinsfile.public
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,9 @@ pipeline {
}

stage('Windows Integration') {
agent('windows') {
steps {
bat 'go test -race -v ./scripts/installer_test.go'
}
agent { label 'windows' }
steps {
bat 'go test -race -v ./scripts/installer_test.go'
}
}

Expand Down

0 comments on commit 7762e36

Please sign in to comment.