Re: Restricting execution on slaves

2015-12-13 Thread Jeff Storey
Thanks. I had seen that plugin, but it doesn't look like it can be 
configured globally but needs to be configured for each slave. So if I add 
a new slave or want to update the list, I need to do it for each slave.

On Saturday, December 12, 2015 at 12:47:13 PM UTC-5, Indra Gunawan 
(ingunawa) 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...@gmail.com > wrote: 
>
> >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 nice if there was a 
> >way to do this globally. The reason I'm trying to do this is because I 
> >have some slaves that have access to resources that I don't want to 
> >open up for everyone to use. 
> > 
> >I'm open to doing this other ways if there is a better way to do this. 
> >I've looked at many of the security plugins and it doesn't seem like 
> >there is a way to do what I'm trying. 
> > 
> >Thanks. 
> > 
> >-- 
> >You received this message because you are subscribed to the Google Groups 
> >"Jenkins Users" group. 
> >To unsubscribe from this group and stop receiving emails from it, send an 
> >email to jenkinsci-use...@googlegroups.com . 
> >To view this discussion on the web visit 
> >
> https://groups.google.com/d/msgid/jenkinsci-users/CAAhqw%3D8gXVCu9Z2AjfGB_ 
> >qOg-_aVte0%2BeOMUJCCGE3%3DurJUzSQ%40mail.gmail.com. 
> >For more options, visit https://groups.google.com/d/optout. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fc3b611b-94d0-4c2b-b572-abfa6a9a6ce7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 nice if there was a
way to do this globally. The reason I'm trying to do this is because I
have some slaves that have access to resources that I don't want to
open up for everyone to use.

I'm open to doing this other ways if there is a better way to do this.
I've looked at many of the security plugins and it doesn't seem like
there is a way to do what I'm trying.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAAhqw%3D8gXVCu9Z2AjfGB_qOg-_aVte0%2BeOMUJCCGE3%3DurJUzSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 
problem is that neither of visualizations properly draw the parallel job 
relationships properly - they show jobs that happen after as happening in 
parallel. I know there is now the workflow plugin to define more complex 
build graphs, but it looks like visualizing that is only supported in the 
cloudbees enterprise jenkins.

It seems like this is a problem that many people would have, but I haven't 
been able to find a good solution for it.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/11493671-a65f-495f-bd33-9dc8481071dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 
does, at changes the artifact name to have a version and timestamp on it, 
so it looks like *myproject-1.2.0-timestamp.war*, or something like that. 
This happens even though my project outputs a war named *myproject.war**. *I 
tried just using the Jenkins post build step to archive the artifacts 
(which does have the correct names) and disabling the automatic archiving 
of maven artifacts, but when I do this, the Copy Artifact plugin fails 
because it looks for the artifacts in the maven module subdirectories.

Is there a way to have the Copy Artifact plugin only copy the artifacts 
produced by the Jenkins post build archiving step or is there any way to 
have the maven archived artifacts not have the timestamp added to them?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e7989c0b-b354-4c58-a631-08f34b7d93ef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Build pipeline plugin ERR_CONTENT_DECODING_FAILED error

2014-06-26 Thread Jeff Storey
It actually looks like I ran into this bug
https://issues.jenkins-ci.org/browse/JENKINS-20873.


On Wed, Jun 25, 2014 at 7:58 PM, Daniel Beck m...@beckweb.net wrote:

 Please file a bug in Jira and provide a full explanation on how to
 reproduce the issue starting with a blank Jenkins instance. (Please make
 sure it's not just happening on your production instance i.e. has other
 dependencies on your configuration than what you mentioned)

 In the past similar issues were caused e.g. by HTTP headers being sent
 twice, or the gzip header being sent and then uncompressed output. If you
 know 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, 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
 seen posts related to other plugins with this issue and something to do
 with gzipped content, but there doesn't seem to be a clear solution.
 
  --
  You received this message because you are subscribed to the Google
 Groups Jenkins Users group.
  To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-users+unsubscr...@googlegroups.com.
  For more options, visit https://groups.google.com/d/optout.

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Jenkins Users group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/jenkinsci-users/r6qidf4TXUA/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 seen 
posts related to other plugins with this issue and something to do with 
gzipped content, but there doesn't seem to be a clear solution.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Last Successful Artifacts on Multi-Configuration Job

2012-04-24 Thread Jeff Storey
Jan,

Thanks. It sounds like I can't show the last successful artifacts
without a second job. I can see the artifacts for each individual
configuration if I drill down into it, so it's not all bad, but it
definitely would be nice to have an easy way to show them all.
Appreciate your input.

Jeff

On Apr 24, 4:14 am, Jan Seidel wakkal...@gmail.com wrote:
 Hi Jeff,

 you mean a summary of all artifacts from a pipeline of jobs?
 not as far as I know.
 The only quick solution that crosses my mind would be a trailing job
 that with the copyartifact plugin gathers all artifacts (You can set
 last 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 to show the Last Successful Artifacts on a Multi-
  Configuration Job that shows all of the artifacts that were built for
  that job?


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?