RE: How do I stop Jenkins?

2013-09-04 Thread Ginga, Dick
From Manage Jenkins, select Prepare for Shutdown. This will prevent any more jobs from running. When all jobs are finished, you simply (on Windows) stop the service named Jenkins From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ed Keith Sent:

RE: java.lang.IllegalStateException: No match found - Perforce

2013-09-12 Thread Ginga, Dick
This looks suspicious. What is your view definition look like: P4 -G where //... From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Peter Soncek Sent: Thursday, September 12, 2013 4:21 PM To: jenkinsci-users@googlegroups.com Subject:

RE: java.lang.IllegalStateException: No match found - Perforce

2013-09-12 Thread Ginga, Dick
Well, if your using streams, then this view is fixed by the stream. We have just started using streams and that same Where command is also in my builds. Tis looks like a Perforce thing. I would look into changelist 176787 From: jenkinsci-users@googlegroups.com

RE: Build Flow Plugin and artifacts management in the DSL

2013-09-16 Thread Ginga, Dick
Sorry missed the important statement: After each build, get the build number as B1.build.number From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga, Dick Sent: Monday, September 16, 2013 9:44 AM To: jenkinsci-users@googlegroups.com Subject: RE

RE: Build Flow Plugin and artifacts management in the DSL

2013-09-16 Thread Ginga, Dick
There are a number of ways to pick the artifacts to archive. Use the In your DSL, do B1 = build(job 1) B2 = build(job 2) Then pass them to Deploy as parameters. Then, as just stated, your deploy job can pick specific builds. From: jenkinsci-users@googlegroups.com

RE: Build Flow Plugin and artifacts management in the DSL

2013-09-16 Thread Ginga, Dick
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Monday, September 16, 2013 10:51 AM To: jenkinsci-users Subject: Re: Build Flow Plugin and artifacts management in the DSL On Mon, Sep 16, 2013 at 8:44 AM, Ginga, Dick dick.gi...@perkinelmer.com wrote: There are a number of ways to pick

RE: Jenkins with P4 over Assembla - Unable to check workspace against depot

2013-09-23 Thread Ginga, Dick
Is this causing a problem? I have seen it on all the builds I have created. I let Jenkins handle the workspaces for all our builds now. But I seem to remember that it always worked although it complained. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On

RE: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Ginga, Dick
I struggled with this for a long time. I managed to correct it by doing Apply instead of Save just once. Then it seemed to take. It feels like it gets into this state somehow and Apply gets it out. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

RE: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS

2013-09-24 Thread Ginga, Dick
, September 24, 2013 12:32 PM To: jenkinsci-users@googlegroups.com Subject: Re: editable email Notification Project Recipient List keeps getting reset to $DEFAULT_RECIPIENTS Hmmm, that's interesting. What does Apply do differently than Save I wonder. On Tue, Sep 24, 2013 at 9:29 AM, Ginga, Dick

Setting Keep Forever

2013-09-25 Thread Ginga, Dick
Is there a build step available that can mark the current build as Keep Forever? I have a core build job and when it builds a Release build based on a parameter, I want that one to stay forever. Dick Ginga, Informatics RD PerkinElmer Inc. | For the Better HUMAN HEALTH | ENVIRONMENTAL HEALTH 940

RE: Setting Keep Forever

2013-09-25 Thread Ginga, Dick
, and also I'm not sure whether you can mark a still-running job as keep forever (we use this, but for a slightly different case). Matthew Webber From: jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga, Dick Sent: 25

RE: Slave ${WORKSPACE} not set correctly

2013-10-04 Thread Ginga, Dick
Sorry, I see what the output means now. And sorry again as I don't have an answer From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Andrew Barber Sent: Friday, October 04, 2013 11:18 AM To: jenkinsci-users@googlegroups.com Subject: Re: Slave

RE: How to make Jenkins use already existing environment variables set on a slave node?

2013-10-09 Thread Ginga, Dick
It should use all environment variables set on the slave. Be sure to configure SAHI_HOME for the user that the slave runs under or set it as a SYSTEM environment variable. Another way is to add a SET command to your batch file. That will exist for the duration of your batch file execution.

Need help desperately

2013-10-09 Thread Ginga, Dick
I installed the new version, 1.4, of the xcode plug-in and immediately hit a NPE. Now I'm in big trouble. I can't download to 1.3.3 because that failed. I had to fresh install 1.4 which failed again. How can I get the previous version of this Plugin Dick Ginga, Informatics RD PerkinElmer

RE: Need help desperately

2013-10-09 Thread Ginga, Dick
desperately I had a NPE too after its upgrade. I just had to go into the job configuration and resaved it and it solved the issue. I didn't had the time to report the issue, it may help if you could open a ticket with the stacktrace On Wed, Oct 9, 2013 at 3:26 PM, Ginga, Dick dick.gi

RE: HTML Report Publisher and FIle Hierarchies

2013-10-10 Thread Ginga, Dick
Just a thought, have you tried to set a publish directory as /htmlstuff/**? I think that means all subdirectories From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Schalk W. Cronjé Sent: Thursday, October 10, 2013 9:39 AM To:

Error from CLI command

2013-10-15 Thread Ginga, Dick
Anyone know about this error: C:\Users\DGjava -jar \Jenkins\jenkins-cli.jar -s http://dilithium.xx.net:8082 set-build-display-name Build-Main-Stream-iChem3D 292 iChem3D-Test-Main-2.0.0-292 java.lang.NullPointerException at

CLI command failing since Friday 10/18/13

2013-10-21 Thread Ginga, Dick
I have a job that runs one jenkins cli command. It was working before 12 PM EST 10/18/13. @echo # @echo # set the build display name @echo # java -jar \Jenkins\jenkins-cli.jar -s http://dilithium.perkinelmer.net:8082/ set-build-display-name %JOB_TO_LABEL% %BUILD_TO_LABEL% %DISPLAY_NAME% Now

RE: CLI command failing since Friday 10/18/13

2013-10-21 Thread Ginga, Dick
I think I might have found the issue. I think I was trying to force run a job that was waiting for an executor on the master. The master had 2 hung jobs. From: Ginga, Dick Sent: Monday, October 21, 2013 9:34 AM To: jenkinsci-users@googlegroups.com Subject: CLI command failing since Friday 10/18

RE: Most---Urgently---Need ! SAP HCM ! in Chicago IL.***Direct---Client---Requirement***

2013-10-29 Thread Ginga, Dick
This is not a help wanted group. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Sai Kanth Sent: Tuesday, October 29, 2013 9:52 AM To: sai kanth Subject: Most---Urgently---Need ! SAP HCM ! in Chicago IL.***Direct---Client---Requirement*** Hello

RE: Perforce plugin: changing the sync options

2013-11-05 Thread Ginga, Dick
I use Perforce and I do not know of a way to do this. You could tell perforce not to sync the workspace and place that command as the first command of the build via batch or shell build step. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Damian

RE: What is teh best way to prevent several jobs from running at once?

2013-11-05 Thread Ginga, Dick
You might try the Hudson Locks and Latches pluginhttp://wiki.hudson-ci.org/display/HUDSON/Locks+and+Latches+plugin . I use it because I have created core build jobs that will build a variety of product from the same workspace and I only want one going at a time. From:

RE: Communication problem with slave is not notified by email

2013-12-04 Thread Ginga, Dick
I had a problem with a MAC slave that went into sleep mode terminating the channel. I needed to disable that to keep the slave up. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Rui Fernando Hayashi Sent: Wednesday, December 04, 2013 6:29 AM To:

RE: Failing a Build Flow

2014-01-10 Thread Ginga, Dick
My 2 cents worth not being a Groovy programmer but I use the build flow. You can call build like this : A = build(buildA) From A you can get the status: Aresult = A.build.getResult() From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Marc MacIntyre

RE: Failing a Build Flow

2014-01-10 Thread Ginga, Dick
@googlegroups.com] On Behalf Of Daniel Beck Sent: Friday, January 10, 2014 10:41 AM To: jenkinsci-users@googlegroups.com Subject: Re: Failing a Build Flow On 10.01.2014, at 16:26, Ginga, Dick dick.gi...@perkinelmer.com wrote: My 2 cents worth not being a Groovy programmer but I use the build flow

RE: Variable from shell script to Jenkins job

2014-01-23 Thread Ginga, Dick
I think you can write things to a file from your shell, then make the next build step Inject environment variables plugin and those values are now available to build steps and other shell steps. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

RE: Perforce Plugin - Can't get plugin to work on remote client

2014-01-30 Thread Ginga, Dick
Look for errors in your View definition in Jenkins. Maybe you don’t have a … at the end. Also try running that command on your slave, in your job workspace root as the user that the slave is logged in as. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On

RE: Perforce Plugin - Can't get plugin to work on remote client

2014-02-04 Thread Ginga, Dick
Ignore that error message. I always get it and it is harmless From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jason Murray Sent: Tuesday, February 04, 2014 2:30 PM To: jenkinsci-users@googlegroups.com Subject: Re: Perforce Plugin - Can't get plugin

getting build information from another job

2014-02-05 Thread Ginga, Dick
I am using the Build Flow plugin in a model where the initiating build creates the source code workspace and the called build builds it. Since the builder job may build from a number of source code copies (different branches), I want the job that creates the source workspace to send the build

RE: Best practice to copy Jenkins jobs from old instance to new one - Different networks - No root access to server - Manual Copying preferred

2014-02-28 Thread Ginga, Dick
There is the Jenkins Import Plugin http://wiki.jenkins-ci.org/display/JENKINS/Job+Import+Plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of SamiSam Sent: Friday, February 28, 2014 9:57 AM To: jenkinsci-users@googlegroups.com Subject: Best

RE: plugin wishlist/ideas

2014-02-28 Thread Ginga, Dick
A plug-in for Flexera’s installshield would be helpful From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Tomáš Bambas Sent: Friday, February 28, 2014 10:01 AM To: jenkinsci-users@googlegroups.com Subject: plugin wishlist/ideas Hi all, the part of my

RE: Best practice to copy Jenkins jobs from old instance to new one - Different networks - No root access to server - Manual Copying preferred

2014-02-28 Thread Ginga, Dick
Sorry, I never used it, just know about it From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of SamiSam Sent: Friday, February 28, 2014 10:59 AM To: jenkinsci-users@googlegroups.com Subject: Re: Best practice to copy Jenkins jobs from old instance to new

older windows installers

2014-03-06 Thread Ginga, Dick
Where can I find a windows installers for Jenkins 1.524? I found the archives and the 1.524 war file but I need to do a fresh install on a windows server of 1.524. Dick Ginga, Informatics RD PerkinElmer Inc. | For the Better HUMAN HEALTH | ENVIRONMENTAL HEALTH 940 Winter Street, Waltham MA

RE: plugin wishlist/ideas

2014-03-07 Thread Ginga, Dick
Tomas, I would take a look at the command line parameters for IsCmdBld.exe and provide fields for each. You should allow token expansion so that Jenkins environment variables can be used. You should support selecting different versions of IsCmdBld as we build installers with 2010, 2011 and

Jenkins is down hard

2014-03-11 Thread Ginga, Dick
Needs some help! Jenkins down after a reboot to load a couple new plugins. Does this mean anything: Mar 11, 2014 12:28:46 PM hudson.util.jna.Kernel32Utils load SEVERE: Failed to load Kernel32 java.lang.UnsatisfiedLinkError: Unable to load library 'kernel32':

RE: Jenkins is down hard

2014-03-11 Thread Ginga, Dick
And some of my jobs are missing from the dashboard but still exist as folders From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of k.thiel...@comcast.net Sent: Tuesday, March 11, 2014 3:18 PM To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins is

RE: Jenkins is down hard

2014-03-11 Thread Ginga, Dick
Thanks This does not indicate anything specific: Mar 11, 2014 12:28:46 PM hudson.util.jna.Kernel32Utils load SEVERE: Failed to load Kernel32 java.lang.UnsatisfiedLinkError: Unable to load library 'kernel32': com.sun.jna.Native.open(Ljava/lang/String;)J From: jenkinsci-users@googlegroups.com

RE: Jenkins is down hard

2014-03-11 Thread Ginga, Dick
At this point I am considering restoring whatever files I had last night in my thin-backup incremental folder. But I did a lot of work this morning From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Waite Sent: Tuesday, March 11, 2014 3:08 PM

RE: Jenkins is down hard

2014-03-11 Thread Ginga, Dick
or not. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga, Dick Sent: Tuesday, March 11, 2014 3:24 PM To: jenkinsci-users@googlegroups.com Subject: RE: Jenkins is down hard Thanks This does not indicate anything specific: Mar 11, 2014 12:28:46 PM

RE: Jenkins is down hard

2014-03-11 Thread Ginga, Dick
://issues.jenkins-ci.org/browse/JENKINS-15466 Not sure if thats any help at all but thought I'd let you know in case you hadn't seen it. Richard. On Wed, Mar 12, 2014 at 7:56 AM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: Needs some help! Jenkins down after a reboot

RE: Jenkins is down hard

2014-03-12 Thread Ginga, Dick
the files? Or should I just copy all the files that my new server does NOT have? From: Ginga, Dick Sent: Tuesday, March 11, 2014 4:23 PM To: 'jenkinsci-users@googlegroups.com' Subject: RE: Jenkins is down hard Thanks Richard. much appreciated. I was just looking at the same thing

RE: Jenkins is down hard

2014-03-12 Thread Ginga, Dick
:39 AM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: To ALL, my Jenkins is still down. I restored from a backup, still down. I can't repair it through Windows Add/Remove programs because I originally installed 1.493 then upgraded it to 1.524. It won' accept

RE: Jenkins is down hard

2014-03-12 Thread Ginga, Dick
try Java 7 and see if that path works :) Richard. On Thu, Mar 13, 2014 at 2:35 AM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: Thanks Mark, that is what I will try. I don't need to worry about my destination Jenkins. But I find that my original one has grown

RE: Jenkins is down hard

2014-03-12 Thread Ginga, Dick
, Ginga, Dick dick.gi...@perkinelmer.com wrote: Thanks, I am up now but I had to move my entire implementation onto another server that was working. I could not move all my build logs and artifacts. That was too much data. I still have no clue what happened and it has scared me greatly. My

RE: Jenkins is down hard

2014-03-13 Thread Ginga, Dick
Thanks Les. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Les Mikesell Sent: Wednesday, March 12, 2014 5:12 PM To: jenkinsci-users Subject: Re: Jenkins is down hard On Wed, Mar 12, 2014 at 3:53 PM, Ginga, Dick dick.gi

RE: Shared Perforce workspace

2014-03-23 Thread Ginga, Dick
It certainly sounds like the perforce server’s have list what it thinks is already in the workspace) is different from what is actually there. My first thought is that none of these jobs can run at the same time. Second is an incremental update should be much shorter. Not short enough for all

RE: How to access jobs variables with Build Flow Plugin?

2014-03-25 Thread Ginga, Dick
I do not have an answer but I have some knowledge. The only thing you have left after “Build” runs is “b”. from the build flow Wiki page: Environment variables from a job can be obtained using the following, which is especially useful for getting things like the checkout revision used by the

RE: Shared Perforce workspace

2014-03-26 Thread Ginga, Dick
If your last hurtle here is to get the labeling working, can you use the perforce command line via a batch file build step to apply the label? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steinmetz, Jean-Philippe Sent: Tuesday, March 25, 2014

RE: How to access jobs variables with Build Flow Plugin?

2014-03-27 Thread Ginga, Dick
My thought is to use Groovy Postbuild in your “Build” job in order to set/change the environment variables. Then in your Build Flow job, use b.environment.get to get that value. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of

RE: Parallel builds with Build Flow

2014-03-27 Thread Ginga, Dick
I think you can only do that in each job definition, that is in the specification for Job1, 2, and 3. I don’t think you can pass anything to the build method to do that. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of h...@renatorodrigues.me Sent:

RE: Parallel builds with Build Flow

2014-03-27 Thread Ginga, Dick
and pass the node name as a param to the build. Build flow accepts parameters as maps, check the docs. Sent from my iPhone On Mar 27, 2014, at 8:53 AM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: I think you can only do that in each job definition

RE: plugin wishlist/ideas

2014-04-01 Thread Ginga, Dick
Tomas, thanks, I have a test Jenkins server. What do you mean by “released”? and Where can I get the plugin? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Tomáš Bambas Sent: Monday, March 31, 2014 5:45 PM To: jenkinsci-users@googlegroups.com

RE: Perforce-Plugin: How to use variables in the client/view spec?

2014-04-10 Thread Ginga, Dick
I do not think this is possible. I have tried it. You can use a parameter as a workspace name but not in the view field. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mike Craig Sent: Thursday, April 10, 2014 4:18 PM To:

RE: Perforce Client View Type - View Map with multiple lines...

2014-04-15 Thread Ginga, Dick
Try putting the last slash on: //DepotName/dir_level1/dir_level2/... //WorkspaceName/Workspace_dir/dir_level1/... From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Mark Wilhelm Sent: Tuesday, April 15, 2014 1:30 PM To:

RE: Perforce Client View Type - View Map with multiple lines...

2014-04-16 Thread Ginga, Dick
Well you certainly can map multiple lines. We do it all the time. Admittedly most are one line and almost all simply do not use the second mapping. Is your example accurate for what you want to do? Isn’t your second line negate your first line? using the – is correct to eliminate folder

RE: Condition to perform a night build ONLY if there was committed something to SCM during the day

2014-04-22 Thread Ginga, Dick
Just use the Poll SCM and set it for something like “H 20 * * *” to poll nightly at 10 PM From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Pavel Kudrys Sent: Tuesday, April 22, 2014 3:29 AM To: jenkinsci-users@googlegroups.com Subject: Condition to

RE: Unable to run the Slave project

2014-05-12 Thread Ginga, Dick
Ummm, there is no D:\Hudson_Projects\AndroidHtmlAuto on the slave machine? Remember that the slave runs in a folder that is composed of the root folder in the slave config, “workspace”, and your job name. I’m guessing that your Master’s root folder in D:\Hudson_Projects. So maybe your

RE: Eclipse build.xml or build.xml from scratch?

2014-05-13 Thread Ginga, Dick
You re-use the Eclipse generated build.xml and you use Ant to build it From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of stevesi...@gmail.com Sent: Tuesday, May 13, 2014 4:36 PM To: jenkinsci-users@googlegroups.com Subject: Eclipse build.xml or

RE: Windows batch command

2014-05-15 Thread Ginga, Dick
Without exactly knowing the workings, I have run into this. Some programs exit differently (maybe explicit EXIT(0)??) but they cause the Windows Batch file window to exist then. What you can try as a workaround is simply chaining windows batch file steps together issuing the next command.

RE: Question on how to structure jobs for integration versus release to QA builds.

2014-06-05 Thread Ginga, Dick
If you are talking about the InstallShield plugin, that was a very recent addition done by a grad student. It’s reliability might be suspect. I create MSI’s by directly calling InstallShield’s command line IsCmdBld.exe. I don’t know about ISO’s. From: jenkinsci-users@googlegroups.com

RE: Question on how to structure jobs for integration versus release to QA builds.

2014-06-05 Thread Ginga, Dick
Just in a Windows Batch build step C:\Program Files (x86)\InstallShield\2013 SAB\System\IsCmdBld.exe InstallShield (R) Release Builder Copyright (c) 2013 Flexera Software LLC. All Rights Reserved. ---COMMAND LINE OPTIONS--- --REQUIRED-- -p file

RE: Timeout errors

2014-06-05 Thread Ginga, Dick
Are they going into a power-off sleep mode? -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Clickfuel Sent: Thursday, June 05, 2014 4:26 PM To: jenkinsci-users@googlegroups.com Subject: Timeout errors Anybody familiar with

RE: Coverity plugin

2014-06-12 Thread Ginga, Dick
I have run Coverity with Jenkins. The latest plugin is better than previous ones but still not real robust. What questions do you have? From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Victoria Wei Lei Sent: Thursday, June 12, 2014 10:54 AM To:

authentication, Jenkins CLI, and Windows

2014-06-25 Thread Ginga, Dick
OK, so I should have been paying attention to all those SSH emails. I just enabled LDAP authentication on my Jenkins server today allowing anyone logged in to do anything and I discovered that my small use of jenkins-cli now fails: # # set the build display name # C:\Program Files

RE: authentication, Jenkins CLI, and Windows

2014-06-26 Thread Ginga, Dick
My guess is that “anonymous” is the user when no other user is specified. With no authentication enabled, everything I do is done by “anonymous” From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gavin Goodrich Sent: Wednesday, June 25, 2014 6:40 PM

getting applescript failures back as build failures

2014-08-07 Thread Ginga, Dick
I have a simple setup...I have a single Applescript that builds an xcode project (I inherited this) that I am running from a Shell build step. But, whether the Applescript succeeds or fails, the shell always succeeds and the build is always marked as successful. How can I get the Applescript

RE: Configurable p4 client map based on parameterized or other factors

2014-08-11 Thread Ginga, Dick
I am presuming that you are doing a force sync, otherwise, once the first sync is done, there will be no other file transfers unless something changes. You can exclude it based on a parameter by using the View Mask. The View Mask is a list of depot paths in the form of: //depot/sample1/...

RE: Discard old builds - limit to snapshots?

2014-08-15 Thread Ginga, Dick
I use the API at the end of builds. I test a parameter called BUILD_TYPE then: For Windows: echo @ echo @ Mark this build as keep forever echo @ java -jar C:\Tools\BuildTools\jenkins-cli.jar -s http://jenkinsserver.xxx.xxx:8082/ keep-build %JOB_NAME% %BUILD_NUMBER% From:

RE: Discard old builds - limit to snapshots?

2014-08-15 Thread Ginga, Dick
to snapshots? Where is this put? What I want to avoid is each project needing the same instruction - it should be policy that developers have no control over (they shouldn't). On 15 August 2014 13:43, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: I use the API at the end

RE: Getting metadata of another sub-project in Multijob project

2014-08-19 Thread Ginga, Dick
Well, there are a few ways to do this: The Parameterized Trigger plugin lets you trigger one job from another and pass to that job a set of parameters. You can use the $BUILD_NUMBER and $JOB_NAME as parameters. There is also the Build Flow plugin that provide a DSL for scripting job

Getting values into post build steps

2014-08-26 Thread Ginga, Dick
Hello, Is there an easy way to get a value from the Build Flow step into a job parameter that is visible in a post build step? e.g. b = build(job-c) I want b.number for a post build step. Dick Ginga, Informatics RD PerkinElmer Inc. | For the Better HUMAN HEALTH | ENVIRONMENTAL HEALTH 940

First Maven project

2014-09-05 Thread Ginga, Dick
I just tried to create my first Maven2/3 project and immediately hit just creating the job: Stack trace javax.servlet.ServletException: java.lang.NoSuchFieldError: triggers at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:726) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:777)

RE: First Maven project

2014-09-05 Thread Ginga, Dick
Well, I have found the 2.0.4 version and downloaded it's .hpi file. Now how do I install it? Thanks From: Ginga, Dick Sent: Friday, September 05, 2014 10:18 AM To: jenkinsci-users@googlegroups.com Subject: First Maven project I just tried to create my first Maven2/3 project and immediately hit

RE: First Maven project

2014-09-05 Thread Ginga, Dick
' in the Installed tab of Plugin Manager. If it is, unpin it and restart Jenkins. On 05.09.2014, at 17:39, Ginga, Dick dick.gi...@perkinelmer.com wrote: Well, I have found the 2.0.4 version and downloaded it's .hpi file. Now how do I install it? Thanks From: Ginga, Dick Sent: Friday

RE: First Maven project

2014-09-05 Thread Ginga, Dick
] On Behalf Of Daniel Beck Sent: Friday, September 05, 2014 1:11 PM To: jenkinsci-users@googlegroups.com Subject: Re: First Maven project Try running Jenkins on Java 7. On 05.09.2014, at 18:52, Ginga, Dick dick.gi...@perkinelmer.com wrote: Dan thanks much for the info. I figured out how to load

RE: First Maven project

2014-09-05 Thread Ginga, Dick
] On Behalf Of Daniel Beck Sent: Friday, September 05, 2014 1:24 PM To: jenkinsci-users@googlegroups.com Subject: Re: First Maven project Is that the JRE used for Jenkins? Check java.runtime.version on the /systemInfo URL of Jenkins. On 05.09.2014, at 19:14, Ginga, Dick dick.gi...@perkinelmer.com

RE: First Maven project

2014-09-05 Thread Ginga, Dick
The Jenkins Windows installer comes with Java: java.home C:\Program Files (x86)\Jenkins\jre Should be configurable in jenkins.xml, or maybe try installing Java 7 into that directory. On 05.09.2014, at 20:18, Ginga, Dick dick.gi...@perkinelmer.com wrote: Ah, that is 1.6.0_26-b03. I must be the most

keep forever buttons

2014-09-17 Thread Ginga, Dick
I have just noticed that some of my jobs display the Keep This Build Forever button and some don't. Same applies to jobs already marked as Keep Forever, there is no Don't keep this build forever sometimes. Can't seem to find a rhyme or reason to it. I am running 1.565.2. Dick Ginga,

RE: keep forever buttons

2014-09-18 Thread Ginga, Dick
. On 17.09.2014, at 22:58, Ginga, Dick dick.gi...@perkinelmer.com wrote: I have just noticed that some of my jobs display the Keep This Build Forever button and some don't. Same applies to jobs already marked as Keep Forever, there is no Don't keep this build forever sometimes. Can't seem to find

RE: Jobs not started even though executors are available

2014-09-18 Thread Ginga, Dick
I have had problems with MAC’s when they go into idle power down mode. I disable that mode. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Tomhe Sent: Thursday, September 18, 2014 9:34 AM To: jenkinsci-users@googlegroups.com Subject: Jobs not

RE: how to propagate build number from parent job to child job ?

2014-09-24 Thread Ginga, Dick
I don’t think you can change the actual build number of a job programmatically but what I do is set the Display name of the later jobs. Pass into the later jobs the ${BUILD_NUMBER} of the first. There are a number of ways to set a builds display number: use the Version Number plugin, in a Build

locked out of Jenkins

2014-09-24 Thread Ginga, Dick
OK, I did it. I hit the wrong key and now everyone is locked out of jenkins, including me, I tried the below but it did not work. Why would I try renaming or deleting config,xml? Won't I lose everything? 1. Stop Jenkins (the easiest way to do this is to kill the servlet container.) 2.

RE: locked out of Jenkins

2014-09-24 Thread Ginga, Dick
. Anyway, I am back. From: Ginga, Dick Sent: Wednesday, September 24, 2014 9:28 AM To: 'jenkinsci-users@googlegroups.com' Subject: locked out of Jenkins Importance: High OK, I did it. I hit the wrong key and now everyone is locked out of jenkins, including me, I tried the below but it did

RE: Specific Parameters on manual build (vs scheduled builds)

2014-10-02 Thread Ginga, Dick
If you Parameterize your build, then the default (first one in a list) becomes the value when triggered automatically From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of nicolas félix Sent: Thursday, October 02, 2014 9:32 AM To:

jenkins slave as a service problems

2014-10-02 Thread Ginga, Dick
On one of my previously working slaves is now having a problem running as a service on Windows. The event log msg contains this: Child process [3268 - C:\Program Files\Java\jre1.8.0_20\bin\java.exe -Xrs -jar c:\builds\slave.jar -jnlpUrl

RE: Specific Parameters on manual build (vs scheduled builds)

2014-10-08 Thread Ginga, Dick
Sorry, Nicolas, I’ve been away. If you select “This build is parameterized” and add parameters each has a default Value. That default value is used when this build it started from a timer or an SCM poll. When started manually by clicking Build With Parameters, you can change any of those

setting parameters in Groovy Post-build

2014-10-21 Thread Ginga, Dick
How can I create or change the value of a build parameter in a Groovy PostBuild step? I need it for a further post build step. Dick Ginga, Informatics RD PerkinElmer Inc. | For the Better HUMAN HEALTH | ENVIRONMENTAL HEALTH 940 Winter Street, Waltham MA 02451

form too large

2014-10-21 Thread Ginga, Dick
I'm getting this when I try to add some more statements to Windows batch files steps in my, admittedly, large build job. I guess there is a maximum job size? Stack trace javax.servlet.ServletException: java.lang.IllegalStateException: Form too large 20770620 at

RE: form too large

2014-10-21 Thread Ginga, Dick
/?q=Form+too+large On 21.10.2014, at 19:52, Ginga, Dick dick.gi...@perkinelmer.com wrote: I'm getting this when I try to add some more statements to Windows batch files steps in my, admittedly, large build job. I guess there is a maximum job size? Stack trace javax.servlet.ServletException

groovy script problem

2014-10-22 Thread Ginga, Dick
I am admittedly a novice at Groovy but this script does not complain about the put operation but does not apparently perform it: label-name is a parameter in that build. [cid:image001.png@01CFEDFD.3809F840] Dick Ginga, Informatics RD PerkinElmer Inc. | For the Better HUMAN HEALTH |

RE: groovy script problem

2014-10-22 Thread Ginga, Dick
() etc... On Wed, Oct 22, 2014 at 10:36 AM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: I am admittedly a novice at Groovy but this script does not complain about the “put” operation but does not apparently perform it: label-name is a parameter in that build

RE: HowTo save the last successful build?

2014-10-30 Thread Ginga, Dick
Jenkins retains the build log and any artifacts that the build “archives”. It reuses the workspace each time you build. So each build must either archive artifacts to the Jenkins server or copy them away someplace. From: jenkinsci-users@googlegroups.com

RE: Configure concurrent builds per node ?

2014-11-03 Thread Ginga, Dick
When you configure a node you provide a # of executors. I would think that each node would run up to that number. Although I seem to remember something that Jenkins will not schedule what it sees as exactly the same job. In your case, since each parameter is different, you should not be hitting

RE: Passing environment variables using the parameterized trigger plugin

2014-11-06 Thread Ginga, Dick
Perhaps the label=sl6 is getting parsed as another parameter?? Try \'ing it: label\=sl6 -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Adam Mercer Sent: Wednesday, November 05, 2014 5:40 PM To:

RE: Passing environment variables using the parameterized trigger plugin

2014-11-06 Thread Ginga, Dick
variables using the parameterized trigger plugin On Thu, Nov 6, 2014 at 7:15 AM, Ginga, Dick dick.gi...@perkinelmer.com wrote: Perhaps the label=sl6 is getting parsed as another parameter?? Try \'ing it: label\=sl6 Interesting idea, that kind of makes sense. The problem is that there's nothing

RE: Using Coverity plugin

2014-11-07 Thread Ginga, Dick
Yup, you need to add P4 to the cov-build blacklist field. The Coverity pluging wraps everything and it does not like null responses. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Shobha Dashottar Sent: Thursday, November 06, 2014 11:38 PM To:

RE: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Ginga, Dick
You can certainly do it with the Build Flow (DSL) plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Panikera Raj Sent: Monday, November 10, 2014 8:36 AM To: jenkinsci-users@googlegroups.com Subject: Fwd: Stop the execution if First task is

RE: OSX Slave Agent Crashing/Closing

2014-11-10 Thread Ginga, Dick
Check the Energy Saver setting. You do not want the MAC to Sleep ever. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Charles Blessing Sent: Monday, November 10, 2014 10:53 AM To: jenkinsci-users@googlegroups.com Subject: OSX Slave Agent

RE: Stop the execution if First task is failed even if multiple tasks are added to the project

2014-11-10 Thread Ginga, Dick
to use and where to specify... Regards, Panikera On Mon, Nov 10, 2014 at 7:08 PM, Ginga, Dick dick.gi...@perkinelmer.commailto:dick.gi...@perkinelmer.com wrote: You can certainly do it with the Build Flow (DSL) plugin From: jenkinsci-users@googlegroups.commailto:jenkinsci-users@googlegroups.com

groups of slaves

2014-11-11 Thread Ginga, Dick
I would like to setup a pool of build machines. I know how to do this with the node label feature. However, my builds are all Build-Flow type jobs. This means that I need to have all the jobs called by the first build-flow job to run on the same build machine. So: 1. How can I get the

  1   2   3   >