The buildDescription column is not available for the jobDSL plugin to create scripted views https://jenkinsci.github.io/job-dsl-plugin/#path/listView-columns
Can you please add this?
Daniel Spilker can you help here? What needs to be added to make this and other columns available in the JobDSL plugin?
I found that it is available as Dynamic DSL
buildDescriptionColumn { columnWidth(80) forceWidth(false) }
Yes, the build description column type is already supported by Dynamic DSL.
It will work out-of-the-box as long as correct @DataBoundConstructor/@DataBoundSetter annotations are used on the relevant classes.
Good to hear that the Dynamic DSL can be used. Just out of curiosity, how would one add a column so it's available in the JobDSL plugin without using the Dynamic DSL?