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
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:
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
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/
>
>
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
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
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
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).
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
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
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
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
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
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
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
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
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
17 matches
Mail list logo