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
micahsnyder committed May 22, 2024
1 parent 7a3da3a commit 95c35df
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 95c35df

Please sign in to comment.