Skip to content

Commit 4f27347

Browse files
authored
Use Win02 agent only (#126)
1 parent 65ee6c9 commit 4f27347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ ton_client/platforms/ton-client-web"""
587587
}
588588
stage('Client Windows') {
589589
agent {
590-
label "Win"
590+
label "Win02" // "Win"
591591
}
592592
stages {
593593
stage('Report versions') {
@@ -887,7 +887,7 @@ ton_client/platforms/ton-client-web"""
887887
}
888888
stage('node-js for Windows') {
889889
agent {
890-
label "Win"
890+
label "Win02" // "Win"
891891
}
892892
stages {
893893
stage('Report versions') {

0 commit comments

Comments
 (0)