MonKit Reports in the Post-build Actions part via DSL script

10 views
Skip to first unread message

Linda Sauder

unread,
Oct 11, 2016, 6:46:03 AM10/11/16
to job-dsl-plugin
Hi.

I am creating some Jenkins freeStyleJobs with the DSL plugin. 
Is there any way to add MonKit Reports in the Post-build Actions part via DSL script? 

--
Linda

Daniel Spilker

unread,
Oct 12, 2016, 7:05:20 AM10/12/16
to job-dsl...@googlegroups.com
There is no built-in support, but the MonKit Plugin is supported by the Automatically Generated DSL:

job(String name) {
  publishers {
    monKitPublisher {
      monKitFile(String value)
      onlyStable(boolean value)
      disableLegend(boolean value)
    }
  }
}


Daniel


--
You received this message because you are subscribed to the Google Groups "job-dsl-plugin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to job-dsl-plugin+unsubscribe@googlegroups.com.
To post to this group, send email to job-dsl-plugin@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/job-dsl-plugin/4bda2379-1851-4bc5-a78c-ce5f262d7e62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages