Well! I haven't done anything adventurous in Jenkins in a year or two, and I must say: "wow". The Pipelines stuff is really interesting and compelling. Great stuff, I'm excited about it and hope I can convince $job to consider using it for some things. (Tyler I owe you a beer or something for coaxing me into checking this stuff out!)
The specific thing that I'm trying to do right now involves running some Gatling load tests, and tracking them over time. The Gatling jenkins plugin has some pretty great stuff for visualizing historical trends of your load test results. However... best I can tell, it's not compatible with Pipeline jobs. I'd be willing to put some work into porting it to make it compatible if that's the right path and if it's even possible. I've looked over these docs about plugin compatibility: https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md But it's still not quite clear to me whether or not *all* of the features available to freestyle plugins (through old APIs) are accessible to Pipeline plugins (assuming one is willing to port to new APIs). For example, can a plugin used in a Pipeline job result in visual changes to the project page? Such as adding graphs or other UI elements via the jelly files? If this is possible, are there any other plugins that do this type of thing that have already been updated to work with Pipeline? So that I could look at them for an example? Thanks in advance if anyone can answer any of these questions :) Chris -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/e9367272-5d72-4d26-ab2a-e1ba8d6cb7f3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
