Slaves and artifacts

2013-06-14 Thread Maureen Barger
Hi - if I push a job that archives artifacts off to a slave, where will the artifact copes reside? 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 jenki

Template Project plugin

2013-07-09 Thread Maureen Barger
Hi - we have broken our build/deploy process into distinct build, test, deploy and scheduled FTP processes. These jobs all share some common variables, release number being one of them. Currently release number is manually set each step of the way. It is my hope to create a job that defines all of

Re: Template Project plugin

2013-07-10 Thread Maureen Barger
Right, thanks, we do use that and it works well. But this works best when one job triggers another. In my case the processes are fired off at different times. The same parameters have to be set on each top job which seems like too many moving parts to me. Ideally I could set up a job which only def

Re: Template Project plugin

2013-07-10 Thread Maureen Barger
tions into the environment for subsequent > build steps. For more flexibility, use a build selector parameter, or specify > a build number as string parameter and copy artifacts from a 'specific build'. > > On 10.07.2013, at 11:13, Maureen Barger wrote: > >> Right, thank

Re: Template Project plugin

2013-07-22 Thread Maureen Barger
then used the Copy Artifact plugin to get the file ("Copy >> > from last successful build" uses the current option set), and a build step >> > defined in Env-Inject to inject those options into the environment for >> > subsequent build steps. For more flexibility,

Including changelog

2013-07-22 Thread Maureen Barger
We have a maven build of several artifacts. These artifacts are FTP'd nightly at 9pm as a separate job from the build. We would like to include the changes since last build with our upload. Issues: Since it's a maven job, I can't execute a shell command at build. I've installed Changes Since Last

Re: Including changelog

2013-07-22 Thread Maureen Barger
On Mon, Jul 22, 2013 at 1:18 PM, Daniel Beck wrote: > check to store the email in the workspace ("Save Generated E-mail to > Workspace"). Thanks, but I am just not seeing this checkbox! -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsu

Re: Including changelog

2013-07-22 Thread Maureen Barger
Never mind, problem lies behind the keyboard. Let me get back to you after I update that plugin (blush) On Mon, Jul 22, 2013 at 1:58 PM, Maureen Barger wrote: > On Mon, Jul 22, 2013 at 1:18 PM, Daniel Beck wrote: >> check to store the email in the workspace ("Save Gener

Getting failed builds noticed

2013-07-31 Thread Maureen Barger
We are having a little trouble getting devs to realize their builds have failed. Currently emails are sent out to affected parties and their sprint groups when this happens, but they are not acting on the notification. Other than devising a people-based method to address this, what programmatic met

Re: Getting failed builds noticed

2013-07-31 Thread Maureen Barger
s around to people's desks who aren't > following the team rules. > > > On Wed, Jul 31, 2013 at 6:04 PM, Maureen Barger wrote: > >> We are having a little trouble getting devs to realize their builds >> have failed. Currently emails are sent out to affected par

copy artifacts plugin 1.27 and Jenkins 1.509.2

2013-09-03 Thread Maureen Barger
HI - I just migrated a Jenkins instance to 1.509.2 this morning and updated some plugins, including Copy Artifacts. It went from 1.25 to 1.27. We are encountering this bug documented here: https://issues.jenkins-ci.org/browse/JENKINS-17402 Is there a workaround or fix for this?\ -- You received

multinode setup advice

2013-09-11 Thread Maureen Barger
HI - I need some advice on organizing the nodes. Running Jenkins ver. 1.509.2 on linux VMs, we have a master and 4 slaves. Previously the slaves were only used to run long-running automated testing but we are finding we need more executors for deploys. I thought I would keep the builds limited to

What characters are illegal to include in job names?

2013-10-14 Thread Maureen Barger
Hi - I am having a hard time finding any list of characters we should not use in job names. Are there any? 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

Re: What characters are illegal to include in job names?

2013-10-14 Thread Maureen Barger
t would be a valid directory name rather than > anything within Jenkins itself. > > Scott > > > On Mon, Oct 14, 2013 at 10:33 AM, Maureen Barger wrote: >> >> Hi - I am having a hard time finding any list of characters we should >> not use in job names. Are there an

Re: What characters are illegal to include in job names?

2013-10-14 Thread Maureen Barger
> Hope that helps > Matthew > >> -Original Message- >> From: jenkinsci-users@googlegroups.com >> [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Maureen >> Barger >> Sent: 14 October 2013 16:50 >> To: jenkinsci-users@googlegroups.com >> Subje

Re: What characters are illegal to include in job names?

2013-10-14 Thread Maureen Barger
Hmm well printenv shows JOB_NAME=MY-PROJECT-1.0. Not much help there. Any other ideas? On Mon, Oct 14, 2013 at 12:05 PM, Maureen Barger wrote: > Matthew you are right, I assumed that was the root of the issue. I > will try as you suggest. Thanks! > > On Mon, Oct 14, 2013 at 11:59

Re: What characters are illegal to include in job names?

2013-10-14 Thread Maureen Barger
Would you believe it just started working? SMH. Ended up with COPYARTIFACT_BUILD_NUMBER_MY_PROJECT_ I guess the stars were not aligned before ... Thanks for all the help! On Mon, Oct 14, 2013 at 12:22 PM, Maureen Barger wrote: > Hmm well printenv shows JOB_NAME=MY-PROJECT-1.0. Not much h

Test results aggregation

2013-10-22 Thread Maureen Barger
With multiple environments running their own sets of tests, what is the best way to aggregate their results? So far, solutions I have googled are not working. Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this grou

Re: Test results aggregation

2013-10-23 Thread Maureen Barger
references is 3 months old. What could cause this? So aggregation is not yet working. On Tue, Oct 22, 2013 at 6:05 PM, Maureen Barger wrote: > With multiple environments running their own sets of tests, what is > the best way to aggregate their results? So far, solutions I have > google

Re: Jenkins OutOfMemory while Recording Tests Results

2013-10-23 Thread Maureen Barger
Hi - you have to adjust Maven's heap - job - configure - build - go to Maven section, click Advanced - add new parameters to MAVEN_OPTS ie -Xmx1024m -XX:PermSize=256m Hope this helps! On Wed, Oct 23, 2013 at 5:43 PM, Mehdi Hayani wrote: > Hi, > > We are getting an OutOfMemory error in Jenkins

Re: Jenkins OutOfMemory while Recording Tests Results

2013-10-23 Thread Maureen Barger
You may have to do it again with larger values. What are your MAVEN_OPTS now? On Wed, Oct 23, 2013 at 6:02 PM, Mehdi Hayani wrote: > Hello Maureen, > > I've already done this, but it didn't work :( > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users

Re: Release date of next LTS release

2013-12-02 Thread Maureen Barger
Any closer to defining a date for the general release? On Thu, Nov 14, 2013 at 2:35 PM, Daniel Beck wrote: > Kohsuke posted the release candidate today, so you could start using (or at > least testing) that: > > See http://jenkins-ci.org/stable-rc > > On 14.11.2013, at 19:09, VFloyd wrote: > >>

Re: Release date of next LTS release

2013-12-02 Thread Maureen Barger
Great - thank you! On Mon, Dec 2, 2013 at 12:38 PM, Stephen Connolly wrote: > It's released already but KK hasn't updated the website > > > On 2 December 2013 17:32, Maureen Barger wrote: >> >> Any closer to defining a date for the general release? >> &g

Questions about fingerprints and promos

2013-12-14 Thread Maureen Barger
Hi - Our process is probably like many of yours - Build something - run regression - promote build on test success In between those steps we copy artifacts from the build to fingerprint the jobs. We use this process for several code streams simultaneously, each running their own builds from their

Re: Questions about fingerprints and promos

2013-12-16 Thread Maureen Barger
Any thoughts, anyone? Thanks. On Sat, Dec 14, 2013 at 10:47 AM, Maureen Barger wrote: > Hi - Our process is probably like many of yours - > Build something - run regression - promote build on test success > > In between those steps we copy artifacts from the build to fingerprint

Re: LTS 1.532.1 ?

2014-01-06 Thread Maureen Barger
Also when you install it, it is branded with "Jenkins ver. 1.532.1-SNAPSHOT (rc-11/13/2013 21:34 GMT-kohsuke)" (on the page footer) which makes me at least hesitant to put it into production and face all the questions. On Mon, Jan 6, 2014 at 3:12 PM, Magnus Sandberg wrote: > Hi, > > but as fas as

Re: LTS 1.532.1 ?

2014-01-06 Thread Maureen Barger
loaded this as the latest > stable version, if I recall correctly. > > Still, I do have problems with the update site (so I understand your > issues... ) > > Cheers, > Zoltán > On 2014.01.06., at 21:15, Maureen Barger wrote: > >> Also when you install it, it i

Problems adding jobs using Radiator View plugin

2014-01-14 Thread Maureen Barger
Running Jenkins under Centos 6 x64 Oracle jvm 1.6 Jenkins 1.5.32.1 When I try to add a job to a view, it does not get saved. Throws this error: Jan 14, 2014 5:46:46 AM hudson.ExpressionFactory2$JexlExpression evaluate WARNING: Caught exception evaluating: it.contains(job) in /jenkins/view/Feedba

Re: Problems adding jobs using Radiator View plugin

2014-01-14 Thread Maureen Barger
Good to know. Thank you! On Tue, Jan 14, 2014 at 2:56 PM, David Resnick wrote: > I'm sorry to say that the problem is in Jenkins core, version 1.532.1. The > bug is JENKINS-20415. This is fixed in the next (unreleased) LTS version > 1.532.2. I added a compatibility section to the wiki describing

Limiting builds by SVN path

2014-01-20 Thread Maureen Barger
We just implemented security in our jenx installation. Our users are getting around not being able to run certain jobs by modifying those they do have access to and pointing them to the different repos they need and doing it that way. Besides limiting the ability to change job configuration, is th

Jenkins Enterprise from Cloudbees

2014-01-21 Thread Maureen Barger
Hi - just curious if anyone here has implemented JE. Can same functionality be achieved with free plugins instead of going with the paid versions that Cloudbees offers? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Unable to restart jenkins after plugin update

2014-01-23 Thread Maureen Barger
Running LTS 1.532.1 I tested these plugins in a different environment before updating in production but production is failing to start. I have even rolled back my plugins directory and config.xml from backup and still get error. I touched subversion plugin, active directory, promoted builds and ra

Re: Unable to restart jenkins after plugin update

2014-01-23 Thread Maureen Barger
I was able to jiggle the config back into submission with a combination of backups and edits to remove the plugin calls manually. Hope this helps someone someday :) On Thu, Jan 23, 2014 at 5:17 AM, Maureen Barger wrote: > Running LTS 1.532.1 > I tested these plugins in a different envir

Re: Variable from shell script to Jenkins job

2014-01-23 Thread Maureen Barger
We do this as well FWIW. On Thu, Jan 23, 2014 at 10:55 AM, Mandeville, Rob wrote: > We’ve got a technique for this at our shop. It requires the envInject > plugin. > > > > You write a line such as: > > > > echo “varID = $varID” > export_props.properties > > > > In the step after the shell step,

Bad gateway (502) on a single job

2014-01-23 Thread Maureen Barger
Hi -- Running LTS 1.532.1 I updated a couple plugins today subversion active directory promoted builds email-ext disk-usage to latest. Out of all of our jobs there is just one that just won't render on its landing page and it throws a 502 after timing out. I can get to all areas of the job - confi

copyartifact plugin anamoly

2014-01-28 Thread Maureen Barger
Hi - I was just restarting jenkins (running under tomcat) and was tailing catalina.out. I noticed this entry INFO: Ignoring /usr/local/jenkins/plugins/copyartifact(1).jpi because /usr/local/jenkins/plugins/copyartifact.jpi is already loaded INFO: Ignoring /usr/local/jenkins/plugins/copyartifact

Plugin not available but it is installed (email-ext)

2014-02-11 Thread Maureen Barger
I updated to email-ext 2.37.2. It is available on all of the jobs that are configured to use it. It is present in the plugins directory, Yet when I go to Manage Jenkins - Manage Plugins it is not listed as installed or available. How do I get access again? -- You received this message because yo

Re: Plugin not available but it is installed (email-ext)

2014-02-11 Thread Maureen Barger
Well obviously I need more coffee this morning. Thank you Matthew! On Tue, Feb 11, 2014 at 4:53 AM, wrote: > It's name appears in the installed plugin list as "Jenkins Email Extension > Plugin". Is that name there? > >> -Original Message- >>

Tracking down potential SVN polling issue

2014-02-12 Thread Maureen Barger
Running LTS under Tomcat, I see an error like this pop up in catalina.out periodically: Feb 10, 2014 9:32:25 AM hudson.scm.SubversionRepositoryStatus doNotifyCommit WARNING: Failed to handle Subversion commit notification org.tmatesoft.svn.core.SVNCancelException: svn: E200015: No credential to tr

Consensus on running a GUI on a Jenkins server

2014-02-15 Thread Maureen Barger
Are you running your *nix instance of Jenkins on a server with a GUI or all command line? What is your feel for running gnome and centos hosting apache, tomcat and jenkins? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from thi

Help with Deploy to Websphere plugin

2012-12-21 Thread Maureen Barger
I am having issues with the deploy to websphere plugin. I am trying to deploy to WAS7, I am thinking that despite the presence of "WebSphere Application Server 6.1/7 (with security disabled)" on its wiki page that perhaps it does not work with WAS7. If I deploy the ear file to http://server:8880 f

Re: Help with Deploy to Websphere plugin

2012-12-21 Thread Maureen Barger
com.ibm.websphere.management.AdminClientFactory WARNING: ADMC0046W There is no security on any of the WAS instances I am testing. On Thu, Dec 20, 2012 at 12:22 PM, Maureen Barger wrote: > I am having issues with the deploy to websphere plugin. I am trying to > deploy to WAS7, I am thinking that d

List of files since last build

2013-04-03 Thread Maureen Barger
Hi - I am tying to brainstorm solutions to get a list of files committed to SVN since last build in a particular directory in the repo. This directory is where the SQL is saved. The end goal is to get the SQL that needs to be applied since the last deploy and then run it. Any ideas? -- You rece

Passing parameters to downstream jobs

2013-04-24 Thread Maureen Barger
Hi all - With a job that triggers many downstream jobs, is it possible to set a string parameter (ie a file path or a release number) in the first job and pass it on to all of the downstream jobs? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Passing parameters to downstream jobs

2013-04-24 Thread Maureen Barger
t; > > On Wed, Apr 24, 2013 at 10:14 AM, Maureen Barger wrote: > >> Hi all - >> With a job that triggers many downstream jobs, is it possible to set a >> string parameter (ie a file path or a release number) in the first job >> and pass it on to all of the downstream j

Re: Passing parameters to downstream jobs

2013-04-25 Thread Maureen Barger
ering the same path in both jobs as mostly hardcoded plus the $ReleaseNum parameter. I am sad that it is not working as expected. Am I doing something wrong? On Wed, Apr 24, 2013 at 4:10 PM, Jared Griffith wrote: > Not a problem! > > > On Wed, Apr 24, 2013 at 12:31 PM, Maureen Barger

Re: Passing parameters to downstream jobs

2013-04-25 Thread Maureen Barger
ameters to pass $ReleaseNum? > > Will > > > On 04/25/2013 07:31 AM, Maureen Barger wrote: > > So here's some odd behavior: > > Parent job has parameter 'ReleaseNum' set. > Child job is set to use '$ReleaseNum' as part of a new string parameter >

Listing changed files since last build

2013-04-26 Thread Maureen Barger
Hi all- I am struggling with this task and am hoping you can help. I need to compile a list of changed files since last build in Jenkins. In this case, we check SQL files into a repo and I need to pull them out to include in the release package and also apply to the QA environments when the code is

Re: Listing changed files since last build

2013-04-26 Thread Maureen Barger
They are in SVN. I am trying to figure out the best way to leverage svn and jenkins to get the files. Liquibase really didn't fit our needs at the time we worked with it. On Fri, Apr 26, 2013 at 11:59 AM, Les Mikesell wrote: > On Fri, Apr 26, 2013 at 5:43 AM, Maureen Barger wrote: >

Re: Listing changed files since last build

2013-04-26 Thread Maureen Barger
hrough the new files and apply them, but in practice I am not exactly sure how to implement. On Fri, Apr 26, 2013 at 1:18 PM, Les Mikesell wrote: > On Fri, Apr 26, 2013 at 11:53 AM, Maureen Barger wrote: >> They are in SVN. I am trying to figure out the best way to leverage >> s

Re: Need to checkout from Branch and build the project

2012-02-20 Thread Maureen Barger
Well first you would need to create the branch in your repo if it is not already done, and modify poms and other supporting files if required. Then you can either modify your jobs in Jenkins to point to the different URL for your repo (reflecting the branch) or create a new view and new jobs based

Re: Jenkins OutOfMemory since recent upgrade

2014-03-18 Thread Maureen Barger
This happened to me. I had to disable the disk usage plugin. Also you need to go to Manage Jenkins, clean old data to remove its entries from the job config files. On Tue, Mar 18, 2014 at 1:20 PM, Simon Groenewolt wrote: > hi list, > > I'm new on the list. I've been a happy Jenkins user (and Huds

Templating and substituting SVN paths

2014-03-20 Thread Maureen Barger
I want to template a maven build job. The build job itself would contain string variables with the SVN paths. The template has SVN URLs defined with the variables in the build job. It also contains several execute shell blocks and groovy blocks. With this setup I cannot define the template job in t

Copy artifact and dynamic project names

2014-03-21 Thread Maureen Barger
Hi - has anyone gotten the copy artifact plugin working with dynamic project names? -- 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...@

Guidance on templating

2014-03-27 Thread Maureen Barger
Hi - trying to create a build template that contains SVN path and other common maven, shell and groovy bits that can be used by other jobs. Ideally, the template would have a variable for SVN path and the jobs calling it would have that variable defined. If I use the template plugin, I am told my t

Trying to decipher stack trace

2014-04-10 Thread Maureen Barger
Hi - restarting Jenkins this morning I am getting the following error at startup. Jenkins fails to start and I am unsure why.Has anyone seen this error before? Exception in thread "Jenkins initialization thread" java.lang.StackOverflowError at java.lang.String$CaseInsensitiveComparator.compare(St

Re: Trying to decipher stack trace

2014-04-10 Thread Maureen Barger
Just to circle back in case anyone comes up against this, it turned out people created a job that called itself as a template. On Thu, Apr 10, 2014 at 6:16 AM, Maureen Barger wrote: > Hi - restarting Jenkins this morning I am getting the following error > at startup. Jenkins fails to start

EnvInject and inserting values into manifest.mf

2014-04-16 Thread Maureen Barger
We have been successfully using maven and envinject to insert releasenumber into the manifest.mf of all of our artifacts. The properties file is generated at the start of the release cycle and lives outside of jenkins on the filesystem of our nodes. It's been working great! Now we need to add the

Re: How to get a parameter into my Email-Ext plugin

2014-04-30 Thread Maureen Barger
You need to preface with ENV Example: ${ENV, var="SVN_PATH"} is my SVN path. On Wed, Apr 30, 2014 at 7:01 AM, mickeys wrote: > Is there a way to show a paramerized string in my email that I send? I have > tried but cant make it work. > > It seems that the html email wont be able to handle my inpa

Managing large Jenkins disks

2014-06-17 Thread Maureen Barger
Our master is now at 2.5TB. We review our retention settings across the jobs periodically and clean up old jobs but we are growing fast. We have 8 slaves that have about 750GB each as well. How is everyone managing their growth? At this point I am considering splitting into multiple masters but thi

Any upper limit on slaves?

2014-07-28 Thread Maureen Barger
Hi - I am wondering if there is a limit to how many slaves can connect to one master. -- 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..

Re: UI very slow to load

2014-08-25 Thread Maureen Barger
FWIW we had that issue too and had to run manage old data (administrativeMonitor/OldData/manage). On Mon, Aug 25, 2014 at 8:11 AM, Vincent Massol wrote: > > > > On 25 Aug 2014 at 13:59:42, Baptiste Mathus (bmat...@batmat.net(mailto: > bmat...@batmat.net)) wrote: > > > I know this sounds obvious

Re: UI very slow to load

2014-08-25 Thread Maureen Barger
s > -Vincent > > > On 25 Aug 2014 at 14:24:13, Maureen Barger (mobar...@gmail.com(mailto: > mobar...@gmail.com)) wrote: > > > FWIW we had that issue too and had to run manage old data > (administrativeMonitor/OldData/manage). > > > > > &

Re: Problem launching ssh slave

2014-10-01 Thread Maureen Barger
When I see this Could not copy slave.jar into '/mnt/jenkins' on slave it makes me think you have this on an NFS share. If so, check how this is mounted to make sure the user have RW permissions there. On Wed, Oct 1, 2014 at 9:09 AM, Jay Reslock wrote: > I have permissions set to 777 on the dir

mod_jk v proxying

2014-12-19 Thread Maureen Barger
Hi - working on implementing the latest LTS update, we are encountering the reverse proxy error when going to Jenkins admin page. Is it possible to resolve this issue using mod_jk configuration we currently use or is the only option to move to a proxy server setup? I am not finding much in terms o

Re: mod_jk v proxying

2014-12-20 Thread Maureen Barger
Thanks Mark, We've been running Jenkins with pretty much the same setup you describe. We are currently at LTS 1.532.1. When we attempted the update to LTS1.580.2 with the same setup, we would get the error, "Jenkins says my reverse proxy is broken" when going to Manage Jenkins. It is described here

Solving for "It appears that your reverse proxy set up is broken" when running tomcat

2015-01-06 Thread Maureen Barger
Hi - Running LTS 1.580.2 served from Tomcat and fronted by Apache using mod_jk. Is it possible to solve for the reverse proxy error with this setup, or do we have to change to using Apache to proxy to tomcat? -- You received this message because you are subscribed to the Google Groups "Jenkins

Jenkins deploys, authenticating target

2016-02-02 Thread Maureen Barger
HI all, here is an odd question. Of course we can affect permissions of Jenkins jobs so that only defined people can run them. But has anyone ever locked down the target environments so that authenticated user in Jenkins is tested to see if they have rights to target env. Does that make sense? --

Re: Jenkins deploys, authenticating target

2016-02-03 Thread Maureen Barger
No the environment where Jenkins will be issuing the deploy. On Wed, Feb 3, 2016 at 4:26 AM, Michael Neale wrote: > By target env do you mean the slave/agent where the build runs? > > On Wednesday, February 3, 2016 at 1:25:29 AM UTC+11, MoBarger wrote: >> >> HI all, here is an odd question. Of c

Re: Jenkins deploys, authenticating target

2016-02-03 Thread Maureen Barger
redentials... obviously only those users that have valid credentials > will be able to select them... and hence only they may deploy. > > It is a tad "fun" to set up, but it works once you get it right > > On 3 February 2016 at 09:52, Maureen Barger wrote: > >> No the

Re: Jenkins deploys, authenticating target

2016-02-03 Thread Maureen Barger
to inject their username into the build environment > > On 3 February 2016 at 12:14, Maureen Barger wrote: > >> Oh thank you, I hadn't seen that plugin before! >> But I am not sure it will work for what we are planning. >> >> We have deploy jobs whose configu

Re: Logging Who Restarted Jenkins

2015-03-31 Thread Maureen Barger
On Tue, Mar 31, 2015 at 2:06 PM, Daniel Beck wrote: > Of course, if the user logs into the server and restarts the Jenkins > service, it won't get logged this way. There's no way for Jenkins to > determine who does it either. You can add it to the script itself if you do it from command line an

Script Approval - repeatedly

2015-05-15 Thread Maureen Barger
Hi - we are running Jenkins ver. 1.580.3 with 20 slaves. Occasionally we will be prompted to approve the same groovy path for scripts that has already been approved. In fact at this point it's listed 12 distinct times in manager. The paths are all the same. Why does this o

Re: Script Approval - repeatedly

2015-06-03 Thread Maureen Barger
Hi, we are still encountering this. Any ideas? On Fri, May 15, 2015 at 12:37 PM, Maureen Barger wrote: > Hi - we are running Jenkins ver. 1.580.3 <http://jenkins-ci.org/> with 20 > slaves. Occasionally we will be prompted to approve the same groovy path > for scripts that h