Skip to content

Commit

Permalink
integration-tests/Jenkinsfile: update node_label to "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Jul 8, 2024
1 parent ba656e0 commit f6335ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@Library('lib')_

def node_label = 'devdmz'
def node_label = 'default'
def wipeout_workspace = true
def python_version = "3.8"
def docker_registry = globalDefaults.docker_registry_prod()
Expand Down

0 comments on commit f6335ef

Please sign in to comment.