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 f05bf30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile.public
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ pipeline {
}

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

0 comments on commit f05bf30

Please sign in to comment.