Skip to content

Commit

Permalink
fix: replace 'windock' label by 'docker-windows' (INFRA-3099) (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Oct 19, 2021
1 parent a2f3674 commit 07e3d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
parallel {
stage('Windows') {
agent {
label "windock"
label "docker-windows"
}
options {
timeout(time: 60, unit: 'MINUTES')
Expand Down

0 comments on commit 07e3d34

Please sign in to comment.