TobKed commented on a change in pull request #12716:
URL: https://github.com/apache/beam/pull/12716#discussion_r479452898



##########
File path: .test-infra/jenkins/CommonJobProperties.groovy
##########
@@ -34,7 +34,10 @@ class CommonJobProperties {
       String defaultBranch = 'master',
       int defaultTimeout = 100,
       boolean allowRemotePoll = true,
-      String jenkinsExecutorLabel =  'beam') {
+      String jenkinsExecutorLabel = 'beam',
+      boolean cleanWorkspace = true) {
+
+    context.disabled()

Review comment:
       For testing purposes on testing Jenkins jobs were disabled.
   It refers to this method:
   
https://jenkinsci.github.io/job-dsl-plugin/#method/javaposse.jobdsl.dsl.jobs.WorkflowJob.disabled




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to