-
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
Missing symbols for JobDSL #92
Comments
I'd like to implement this, however I have no idea where to start 😕 |
Hi, I think there is not need to change anything on JobDSL plugin. Dynamic DSL should be used (https://github.com/jenkinsci/job-dsl-plugin/wiki/Dynamic-DSL) I did some similar change on an other plugin : https://github.com/jenkinsci/github-checks-plugin/pull/289/files So basically adding the correct Symbol should be enough. Hope it helps |
Taking your example for a build with JobDSL plugin:
And adding the Symbol to the
Results in
What am I missing here? |
Hi, I have the feeling the You can check on the test instance the job dsl viewer : I think is also important to test also with
|
I think the last issue I mentionned is related link to : #94 |
I think so, too. I'll check if I can get it to work locally and create PR if required. |
Adding Can anyone of @jenkinsci/job-dsl-plugin-developers give me a pointer were to start? |
So I found that it seems to be required to adapt the job-dsl-plugin for this to work. I created jenkinsci/job-dsl-plugin#1258 for that. If it gets merged, your use case should work OOTB like so:
|
Fixed once jenkinsci/job-dsl-plugin#1258 is merged. Whenever that will be 🤷🏼 |
What feature do you want to see added?
Hi,
At the moment I was not able to find any Symbol to configure jobs and folder with custom icon.
Using jobDSL we must use configure block which is a bit painful
Would be nice to have discoverable Symbol to configure the 'icon' field without relying on the configure block.
For example
Regards,
Upstream changes
Maybe require some change on the branch-api plugin. I'm not sure
The text was updated successfully, but these errors were encountered: