Re: logstash-plugin job on jenkins.ci.cloudbees.com got disabled

2017-07-12 Thread Daniel Beck
> On 12. Jul 2017, at 20:07, Jakub Bocheński wrote: > > With some detective work I found this: > https://github.com/jenkins-infra/pipeline-library/blob/master/vars/buildPlugin.groovy > > For posterity, all that's needed is the call described here: https://github.com/jenkins-infra/pipeline-

Re: logstash-plugin job on jenkins.ci.cloudbees.com got disabled

2017-07-12 Thread Jakub Bocheński
With some detective work I found this: https://github.com/jenkins-infra/pipeline-library/blob/master/vars/buildPlugin.groovy Jakub Bocheński On Wed, Jul 12, 2017 at 7:21 PM, Jakub Bocheński wrote: > Right, I seem to remember the announcement now -- it's a pity Jenkins only > displays the banner

Re: logstash-plugin job on jenkins.ci.cloudbees.com got disabled

2017-07-12 Thread Jakub Bocheński
Right, I seem to remember the announcement now -- it's a pity Jenkins only displays the banner on the main page though. Since the old project just used a template called *jenkins plugin (maven) *is there some stock replacement? I know how to write Jenkinsfiles, but I feel it would be like re-in

Re: logstash-plugin job on jenkins.ci.cloudbees.com got disabled

2017-07-12 Thread Daniel Beck
> On 12. Jul 2017, at 19:06, Jakub Bocheński wrote: > > I'd be really helpful if somebody could turn it back on. As per http://jenkins.ci.cloudbees.com/ that service is deprecated, and has probably been disabled. Create a Jenkinsfile to have your project built in https://ci.jenkins.io/job/P

logstash-plugin job on jenkins.ci.cloudbees.com got disabled

2017-07-12 Thread Jakub Bocheński
Hi Guys, I've noticed that Jenkins build result stopped appearing on PRs for https://github.com/jenkinsci/logstash-plugin/ I think the cause of this is this project is disabled: https://jenkins.ci.cloudbees.com/job/plugins/job/logstash-plugin/ I have no idea why this happened, the last build

Re: junit plugin release process

2017-07-12 Thread Baptiste Mathus
Hello, There's no process to release things w/o maintainer, if so. So either you manage to get a maintainer to review and release, or you could propose to "adopt the plugin". See https://wiki.jenkins.io/display/JENKINS/Adopt+a+Plugin Cheers! Le 10 juil. 2017 2:41 PM, "Arnaud Tamaillon" a écrit

Re: Trying to support pipeline, can't read env vars or build result.

2017-07-12 Thread Jesse Glick
On Tue, Jul 11, 2017 at 10:34 AM, Prabhas Gupte wrote: > read a user defined env var Not possible: https://issues.jenkins-ci.org/browse/JENKINS-29144 -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop

Add programmatically prebuildStep in my buildWrapper

2017-07-12 Thread Jean Charles Jabouille
Hi, my plugin class extends hudson.tasks.BuildWrapper. When I activate my plugin in an job, I d'like to add programmatically a prestep(and maybe a recorder). Maybe the good place to do it is in the method ? @Override public Environment setUp(AbstractBuild build, Launcher launcher, Build

Re: Trying to support pipeline, can't read env vars or build result.

2017-07-12 Thread Prabhas Gupte
That is fine. I can ignore the result for now. But getting that PACKAGE_ID Env Var is my top-most priority at this moment. Any help in that direction would be appreciated. On Tuesday, July 11, 2017 at 9:57:06 PM UTC+5:30, slide wrote: > > If the result is null, then you can consider it to be s