We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38f0085 commit 4d67ffeCopy full SHA for 4d67ffe
jenkins-jobs/xenon/mgmt_tooling.rb
@@ -23,6 +23,6 @@
23
# Clones, tests and deploys tooling to all slaves.
24
class MGMTTooling < PipelineJob
25
def initialize
26
- super('mgmt_tooling', template: 'mgmt_tooling')
+ super('mgmt_tooling', template: 'mgmt_tooling', sandbox: false)
27
end
28
0 commit comments