-
Notifications
You must be signed in to change notification settings - Fork 830
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
added generic DSL support using metadata from Descriptors #816
Conversation
Thank you for this pull request! Please check this document for how the Jenkins project handles pull requests. |
I have verified that the following plugins work with generic DSL support:
|
👍 |
@@ -1,3 +1,3 @@ | |||
version=1.46-SNAPSHOT | |||
groovyVersion=1.8.9 | |||
githubUser=jenkinsci | |||
githubUser=daspilker |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should probably be reverted, or?
@sschuberth thanks for the review, I removed those files from the commit |
@daspilker is it possible to use the performance plugin with generic dsl? See: https://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin |
@chbloemer yes, it's possible |
Is this included in release 1.46? Update |
@itavero According to the release notes, yes. |
So, I got a hunch why this does not work. As mentioned in the comment I added to JENKINS-22138, I'm running the script locally. |
Totally missed this page, Automatically Generated DSL, which mentions some limitations in the last few paragraphs. |
I am encountering problem while trying to automate the job creation process. Any solutions how that value can be populated, or any other way to integrate DSL with artifactory that solves the problem. configure { project -> {color:#ff0000}} |
No description provided.