Re: customtools not working

2015-08-27 Thread sma
Is there a way to deploy the tools on absolute path instead of under the workspace? I know that tools are supposed to abstract the location, but we have hybrid processes that need to refer to an absolute path as well which id rather not go under the workspace. > On Aug 27, 2015, at 6:02 PM, V

Re: customtools not working

2015-08-27 Thread sma
Yes, sorry a newbie at Jenkins and understanding the terminology now. > On Aug 27, 2015, at 6:02 PM, Victor Martinez > wrote: > > Labels.should match where you run your job. So, if you say your custom tool > install a particular software for Linux then when you configure your job you > also s

Re: Jenkins Job hanging

2015-08-27 Thread Ben Slote
Thread dumps look like this when it hangs when executing a shell build step: Executor #0 for master : executing #23" Id=40 Group=main WAITING on java.lang.UNIXProcess@71cad1e6 at java.lang.Object.wait(Native Method) - waiting on java.lang.UNIXProcess@71cad1e6 at java.lang

Re: Help: Running a Groovy Script containing @GrabResolver and @Grab hangs...

2015-08-27 Thread Jeff
Thanks...I just got this working today and found that it was due to my environment. Our Jenkins runs in a Secure Development Environment with no external access. Being new to Groovy/Grape/etc. I didn't realized that it had a default list of repositories it searched when specifying the @Grab state

Re: Jenkins Job hanging

2015-08-27 Thread Daniel Beck
On 27.08.2015, at 23:47, Victor Martinez wrote: > There is already a good plugin to debug those java memory stacktraces and You > can see those java processes, threads: > https://wiki.jenkins-ci.org/display/JENKINS/Monitoring Thread dumps are available without any plugin in Jenkins on the /th

Re: customtools not working

2015-08-27 Thread Victor Martinez
Labels.should match where you run your job. So, if you say your custom tool install a particular software for Linux then when you configure your job you also set those restrict labels field im order to run in a Linux box. I guess that's the issue Cheers -- You received this message because yo

Re: Jenkins Job hanging

2015-08-27 Thread Ben Slote
No, I'm not running an ssh command. In some of my jobs I execute a python script that modifies some files and pushes the modifications to a git repo. Upon upgrading some git plugins and bumping Jenkins to 1.626, jenkins never continues with the job's build steps after executing the python script. T

Help: Running a Groovy Script containing @GrabResolver and @Grab hangs...

2015-08-27 Thread Victor Martinez
AFAIK grab is not supported and you could add those dependencies.(jars) in the classpath Further details: http://stackoverflow.com/questions/14889948/running-groovy-script-on-jenkins Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Jenkins Job hanging

2015-08-27 Thread Victor Martinez
Do you mean you run an ssh command within your shell build action? If so, can you add -v flags? There is already a good plugin to debug those java memory stacktraces and You can see those java processes, threads: https://wiki.jenkins-ci.org/display/JENKINS/Monitoring -- You received this mess

Re: Jenkins Job hanging

2015-08-27 Thread Ben Slote
Were you ever able to resolve this issue? My jenkins install started behaving in a similar manner a few days ago. Git checkouts/clones/fetches all seem to hang, as do any shell script executions. On Wednesday, March 25, 2015 at 8:56:07 AM UTC-7, Bryan Adams wrote: > > I am having an issue with a

Command line retrigger of a jenkins build with gerrit change set

2015-08-27 Thread Katie Outram
We are using the build flow plugin to run our Jenkins builds and our builds are triggered with the gerrit plugin.We have a situation where our branches are periodically locked down (for an unknown amount of time) and we need to retrigger these builds. While the builds can be easily re

Trigger single job by multiple git repos

2015-08-27 Thread Gouri Nair
Hi, I have a jenkins job A which builds from git repo A. There are other repos B, C, D etc with their own jenkins jobs. Now the requirement is have is to trigger a maven deploy step on job A whenever there is a change-merged on A,B,C or D. On job A, on gerrit trigger event field, i listed all t

Re: Configure Jenkins and SonarQube on different machines

2015-08-27 Thread jpd4nt
1) yes 2) point it to the other box, really is that simple 3) depends on the runner - maven runner just gets downloaded - local runner, where ever its installed on the machine that is doing the build 31 -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2015-08-27 Thread Ed of the Mountain
Solved. Disable jenkins service and replace with slave-agent.jnlp. Yay! I finally have automatic EV code signing! -Ed On Thursday, August 27, 2015 at 9:51:29 AM UTC-5, Ed of the Mountain wrote: > > When I try to code sign in my Jenkins job I receive a SignTool error: > > > c:\jenkins\workspace

Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2015-08-27 Thread Eddie Sutton
When I try to code sign in my Jenkins job I receive a SignTool error: c:\jenkins\workspace\codesign-windows> signtool sign /t http://timestamp.digicert.com /n "Acme Inc." code.exe SignTool Error: No certificates were found that met all the given criteria. I am using a DigiCert Extend Validati

Re: Optional Post Build?

2015-08-27 Thread Victor Martinez
Hi Scott, Have you tried https://wiki.jenkins-ci.org/display/JENKINS/Run+Condition+Plugin? Cheers On Wednesday, 26 August 2015 23:36:01 UTC+2, Scott Klein wrote: > > I have a scenario where we use the same Job to perform two tasks > > 1) Build the project (duh) > > 2) Copy provided d

MSI testing via jenkins

2015-08-27 Thread 'Pulkit Lall' via Jenkins Users
Scenario: 1. Install MSI 2. Perform Tests on it like directory created, etc. 3. Collect the test results 4. Publish the report in Jenkins via Junit or any other. Can anyone please suggest any solution or any alternate for this. -- You received this message because you are subscribed to the Googl