Skip to content

Commit

Permalink
Jenkins: change build node to use 'default' label
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ms committed Jul 31, 2024
1 parent bd67c91 commit f8e708f
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 @@ -35,7 +35,7 @@ properties(
def buildResult_build_job
def buildResult_test_job

node('master') {
node('default') {

cleanWs()

Expand Down

0 comments on commit f8e708f

Please sign in to comment.