Re: Restricting execution on slaves

2015-12-13 Thread Jeff Storey
) wrote: > > Take a look at this plugin : > https://wiki.jenkins-ci.org/display/JENKINS/Job+Restrictions+Plugin > > > On 12/10/15, 6:01 AM, "jenkins...@googlegroups.com on > behalf of Jeff > Storey" <jenkins...@googlegroups.com on behalf of > store...@

Restricting execution on slaves

2015-12-10 Thread Jeff Storey
Hi, I am trying to find a way to restrict who can execute jobs on slaves in this way: Users in a certain list can execute jobs on slaves matching a certain slave name pattern. My slaves are dynamically brought up and down, so I don't want to have to configure this on each new slave. It would be

parallel job pipeline visualization

2015-06-21 Thread Jeff Storey
Are there any good plugins for visualizing more complex pipelines that have fork/joins (fan out/fan in). I've been using a couple of different plugins to support parallel jobs - MultiJob and the Join plugin. And I've been using the build pipelines and delivery pipelines for visualization. The

Copy artifact plugin with maven multi module project

2015-01-12 Thread Jeff Storey
I have a multi-module maven project that is an upstream job, and the downstream job that it triggers uses the Copy Artifact plugin to copy the artifacts produced by the maven project. These are snapshot artifacts being generated. Jenkins automatically archives the maven artifacts, and when it

publish over ssh sets build result even if there are other steps

2014-07-14 Thread Jeff Storey
I have a series of build steps, one of which is publishing files over SSH. When the publish over SSH step completes, it changes the build status to SUCCESS (if the SSH succeeds), even if there are additional build steps afterwards. Is this expected behavior? -- You received this message

Re: Build pipeline plugin ERR_CONTENT_DECODING_FAILED error

2014-06-26 Thread Jeff Storey
how to, it'd help if you could check for these or similar issues in your browser's dev console. On 24.06.2014, at 18:59, Jeff Storey storey.j...@gmail.com wrote: I have just installed the build pipeline plugin, and I'm trying to run the pipeline with the Run button from the pipeline view

Build pipeline plugin ERR_CONTENT_DECODING_FAILED error

2014-06-24 Thread Jeff Storey
I have just installed the build pipeline plugin, and I'm trying to run the pipeline with the Run button from the pipeline view, but I'm getting a very generic ERR_CONTENT_DECODING_FAILED error. I'm using Jenkins 1.569 and Build Pipeline version 1.4.3. Has anyone seen this issue before? I've

Re: Last Successful Artifacts on Multi-Configuration Job

2012-04-24 Thread Jeff Storey
successful there) from all upstream jobs. That would give you that list. You could then use the workspace cleaner plugin to delete all files at start or end of build. Not nice but working. Take care Jan On 23 Apr., 23:44, Jeff Storey storey.j...@gmail.com wrote: Is there a way

Last Successful Artifacts on Multi-Configuration Job

2012-04-23 Thread Jeff Storey
Is there a way to show the Last Successful Artifacts on a Multi- Configuration Job that shows all of the artifacts that were built for that job?