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?

          [JENKINS-54240] buildDescription column not available for jobDSL

          Fred G added a comment -

          daspilker can you help here? What needs to be added to make this and other columns available in the JobDSL plugin?

          Fred G added a comment - daspilker 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)
                }
          

          Michael Düsterhus added a comment - 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.

          Daniel Spilker added a comment - 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.

          Fred G added a comment -

          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?

          Fred G added a comment - 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?

            fredg Fred G
            reitzmichnicht Michael Düsterhus
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: