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 Validation

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

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:

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

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

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.

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

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

Re: Jenkins Job hanging

2015-08-27 Thread Daniel Beck
On 27.08.2015, at 23:47, Victor Martinez victormartinezru...@gmail.com 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

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

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 my job #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

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

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

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 victormartinezru...@gmail.com 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

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,