-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for automatically generated DSL #12
Labels
Comments
mnonnenmacher
added a commit
that referenced
this issue
Dec 21, 2017
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] ... [2] ...
mnonnenmacher
added a commit
that referenced
this issue
Dec 21, 2017
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] ... [2] ...
mnonnenmacher
added a commit
that referenced
this issue
Jan 2, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
mnonnenmacher
added a commit
that referenced
this issue
Jan 3, 2018
Add support for the auto-generated DSL [1] and Job DSL extensions [2]. This is implemented using the Jenkins test-harness to execute the Job DSL scripts in a temporary Jenkins instance. This way the discovery of plugin extension points works the same way as it does in a Job DSL seed job. The list of plugins can be configured in the jenkinsPlugins configuration in Gradle. Also change the next version to 3.0.0 because this is a major change. [1] https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL [2] https://github.com/jenkinsci/job-dsl-plugin/wiki/Extending-the-DSL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find a way to support the automatically generated DSL. The DSL for plugins added as dependencies in build.gradle should be generated the same way as by the Job DSL plugin.
See: https://github.com/jenkinsci/job-dsl-plugin/wiki/Automatically-Generated-DSL
The text was updated successfully, but these errors were encountered: