adopt thin-backup plugin

2018-08-11 Thread jxpearce
The wiki page for the thin-backup plugin says it's up for adoption. I reached out to the two people currently listed as maintainers to see if there were sill maintaining it, but got no response. Hence, I'd like to adopt this plugin. Best Jeff -- You received this message because you are

Re: Any plans for the github checks API?

2018-05-10 Thread jxpearce
I'm not sure how the part about rerunning individual stages would work, but I could see rerunning the entire job from your github PR page. We sometimes have jobs where there are tests which fail occasionally, or 3rd party services are flakey, and in those cases just rerunning the job from

Any plans for the github checks API?

2018-05-09 Thread jxpearce
Someone on my team posted something about the new github checks API , which is like a better status API, providing detailed error info, etc. Is anyone aware of if any plans to do anything with it in Jenkins? I wrote a plugin that

Re: Missing TagsAction?

2018-04-22 Thread jxpearce
Looks like user error - I was looking at the wrong FlowNode. My bad. On Sunday, April 22, 2018 at 8:54:35 AM UTC-7, jxpe...@godaddy.com wrote: > > Hi all > > I have a plugin which implements the GraphListener extension point, and > I'd like to be able to get the status tags, but for some reason

Missing TagsAction?

2018-04-22 Thread jxpearce
Hi all I have a plugin which implements the GraphListener extension point, and I'd like to be able to get the status tags, but for some reason none of the FlowNodes passed to my plugin have them. I CAN see the synthetic stage tag on one node, and I can see the status tags persisted in the

Re: For Continuous Integration Should I Use a Jenkin or Hudson?

2017-11-10 Thread jxpearce
,.-'"...``~., .,.-"..."-., .,/...":,

Re: For Continuous Integration Should I Use a Jenkin or Hudson?

2017-11-10 Thread jxpearce
The Jenkins Users list might be a better place for this question, but since you asked I can tell you what we're doing. I'm not sure what you mean by a Corporate Environment. I work for a medium size corporation, 800ish engineers (I think) and we use Jenkins for everything. We choose to manage

Adding DeclarativeOption to plugin

2017-10-02 Thread jxpearce
I'm trying to implement a new option for declarative pipeline for a plugin. I'm able to use the option in my script, but I can't figure out how to access it from my plugin. The main part of the plugin is a GraphListener - can someone point me in the right direction how I can see whether my

Plugin question: how to access scm info from a GraphListener

2017-09-29 Thread jxpearce
We have some shared library code that calls github hooks to provide detailed status about which stages in our pipelines have completed on our PR pages. In Groovy, we can get the hook by calling workflow.scm. getUserRemoteConfigs()[0].getUrl()) I'm looking at writing a plugin that does the

Cobertura merging to generic coverage plugin?

2017-05-09 Thread jxpearce
The wiki page for the Cobertura plugin says: The current thinking is to merge this plugin into more generic coverage > plugin. Help appreciated. Is this still the current thinking? I'm interested in helping if so. We currently