|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Please have a look at the job-dsl-gradle-example. It shows how to set up a Gradle build for Job DSL scripts. That allows to compile and test any changes before committing them. It's also possible to use a Gradle build step before the "Process Job DSLs" step in a seed job to run any tests before updating the jobs and views. And the pull request builder can be configured to just execute the Gradle step to run the tests.