kennknowles opened a new issue, #19003: URL: https://github.com/apache/beam/issues/19003
Here is my aborted attempt to add command line arguments to the gradlew invocation: https://github.com/apache/beam/pull/6188/files#diff-22460ba8f153644bf2a508681023ab54 (error: ERROR: (PrecommitJobBuilder.groovy, line 79) No such property: steps for class: javaposse.jobdsl.dsl.jobs.FreeStyleJob https://builds.apache.org/job/beam_SeedJob/2403/console ) Some possible improvements to the development process could be: 1. I used vim to edit .groovy files. Is there an IDE that could inspect these objects and do completion? 2. In order to test my I needed to: a. Commit and push my PR changes. b. Add a "run seed job" comment. c. Wait about 3m for it to succeed/fail. Another issue is that the only way to test my code is in production. Is there a test Jenkins instance (could INFRA set one up)? I know that I can run something like 'docker run -p 127.0.0.1:8080:8080 jenkins/jenkins:lts', but that requires a lot of setup. Imported from Jira [BEAM-5118](https://issues.apache.org/jira/browse/BEAM-5118). Original Jira may contain additional context. Reported by: udim. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
