Skip to content

Commit

Permalink
fix: replace 'windock' label by 'docker-windows' (INFRA-3099) (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Oct 19, 2021
1 parent c04c939 commit f5b283c
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 @@ -14,7 +14,7 @@ properties(listOfProperties)
stage('Build') {
def builds = [:]
builds['windows'] = {
nodeWithTimeout('windock') {
nodeWithTimeout('docker-windows') {
stage('Checkout') {
checkout scm
}
Expand Down

0 comments on commit f5b283c

Please # to comment.