github-branch-source 2.0.7 hpi missing

2017-07-06 Thread chris . every
Hi, looks like the hpi is missing from github-branch-source 2.0.7 (which is offered in my jenkins updateCenter) java.io.FileNotFoundException: http://mirrors.jenkins-ci.org/plugins/github-branch-source/2.0.7/github-branch-source.hpi -- You received this message because you are subscribed

Re: github-branch-source 2.0.7 hpi missing

2017-07-06 Thread Stephen Connolly
Yes, very strange.. seems to be missing from upstream too: https://updates.jenkins.io/download/plugins/ On 6 July 2017 at 01:32, wrote: > Hi, > > > looks like the hpi is missing from github-branch-source 2.0.7 (which is > offered in my jenkins updateCenter) > > > java.io.FileNotFoundException:

Re: github-branch-source 2.0.7 hpi missing

2017-07-06 Thread Stephen Connolly
You can grab it from https://jenkins-updates.cloudbees.com/download/plugins/github-branch-source/ while we try to determine what is going on there On 6 July 2017 at 02:26, Stephen Connolly wrote: > Yes, very strange.. seems to be missing from upstream too: > https://updates.jenkins.io/download/p

Re: github-branch-source 2.0.7 hpi missing

2017-07-06 Thread Stephen Connolly
Baptiste reports that https://updates.jenkins.io/download/plugins/gitlab-plugin/ is also missing... something is going on very strange On 6 July 2017 at 02:26, Stephen Connolly wrote: > Yes, very strange.. seems to be missing from upstream too: > https://updates.jenkins.io/download/plugins/ > >

Re: github-branch-source 2.0.7 hpi missing

2017-07-06 Thread Stephen Connolly
https://issues.jenkins-ci.org/browse/INFRA-1266 filed On 6 July 2017 at 02:39, Stephen Connolly wrote: > Baptiste reports that https://updates.jenkins.io/download/plugins/gitlab- > plugin/ is also missing... something is going on very strange > > On 6 July 2017 at 02:26, Stephen Connolly > wrot

Restricting Pipeline Job to run on specific slaves

2017-07-06 Thread Kai
Hi, I have created a pipeline job in Jenkins but I don't see a "Restrict where this project can be run" option. Is there a way to restrict pipeline jobs to run on specific slaves? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To un

Re: Restricting Pipeline Job to run on specific slaves

2017-07-06 Thread Richard Ginga
Where a pipeline runs is defined within the pipeline script using "node" blocks. the Jenkins master "runs" the pipeline. On Thu, Jul 6, 2017 at 8:19 AM, Kai wrote: > Hi, > > I have created a pipeline job in Jenkins but I don't see a "Restrict > where this project can be run" option. > > Is there

Re: Restricting Pipeline Job to run on specific slaves

2017-07-06 Thread 'Björn Pedersen' via Jenkins Users
Hi, that option does not make much sense for a pipeline job. With each 'node() ' you can specify a label or slave where this part of the pipeline should run. The main part (that does typically nothing that is computationally demanding) then runs on the master (in a fylweight executor actually).

Invoking jenkins job on separate Jenkins instance in Pipeline

2017-07-06 Thread Kai
Hi, We need to create a pipeline where one of the stages needs to invoke another job that lives on a separate Jenkins instance. Is this possible? If so, is there an example on how we can accomplish this? Thanks -- You received this message because you are subscribed to the Google Groups "Jen

Re: Invoking jenkins job on separate Jenkins instance in Pipeline

2017-07-06 Thread Richard Ginga
I have not done this but I believe you can trigger another job that resides on another jenkins master via a url. https://www.nczonline.net/blog/2015/10/triggering-jenkins-builds-by-url/ On Thu, Jul 6, 2017 at 8:28 AM, Kai wrote: > Hi, > > We need to create a pipeline where one of the stages n

Re: Restricting Pipeline Job to run on specific slaves

2017-07-06 Thread Kai
Thank you both. Now I see that I can do something like this: agent { label 'slaves' } On Thursday, July 6, 2017 at 5:26:49 AM UTC-7, Richard Ginga wrote: > > Where a pipeline runs is defined within the pipeline script using "node" > blocks. the Jenkins master "runs" the pipeline. > > On Thu, Ju

Re: Invoking jenkins job on separate Jenkins instance in Pipeline

2017-07-06 Thread Kai
Thanks, I was looking more of a way to do this in Pipeline using the declarative syntax. If anyone has an example it would be very much appreciated. Thanks On Thursday, July 6, 2017 at 5:33:34 AM UTC-7, Richard Ginga wrote: > > I have not done this but I believe you can trigger another job tha

How to pass parameters to Jenkins Pipeline?

2017-07-06 Thread Kai
Hi, We are trying to setup a Jenkins pipeline and have a Deploy step to deploy a specific version of the application. The pipeline job will be invoked programmatically by another system. Is there a way to pass in parameters programmatically to the pipeline job so it knows which version to depl

Fwd: setting the description of a view in pipelines

2017-07-06 Thread Richard Ginga
To All, I want to build a table and put it as a view's description. I found the below code that does work in the script console but in a scripted pipeline it shows no failure but does not work. Here the the entire pipeline: import org.kohsuke.stapler.StaplerRequest import org.kohsuke.stapler.Sta

Re: How to pass parameters to Jenkins Pipeline?

2017-07-06 Thread David Karr
On Thu, Jul 6, 2017 at 10:23 AM, Kai wrote: > Hi, > > We are trying to setup a Jenkins pipeline and have a Deploy step to deploy a > specific version of the application. > > The pipeline job will be invoked programmatically by another system. > > Is there a way to pass in parameters programmatical

Re: How to pass parameters to Jenkins Pipeline?

2017-07-06 Thread Curtis Kline
Along these same lines, I'd like to have a "Choice" parameter where the user can select a build type. I'll then use the produced environment variable ($TYPE) in the build steps. In the Post steps, I'd like to deploy the right type of build via an API token. The API token will be different depending

Jenkins Stickers

2017-07-06 Thread Jhon Doe
Hello Guys, I'm from Colombia and I'll be in USA at the end of the month for two weeks, so i wonder if someone have some stickers to share with some Colombian DevOps guys?. We'll really appreciate it. Thanks, Julian. -- You received this message because you are subscribed to the Google Group