Re: What is Jenkins and how do I get rid of it? (URGENT PLEASE HELP ME)

2014-01-30 Thread Edwin Castro
On 1/29/14, 8:41 PM, Ed Jesus Preposterous wrote: > I use both Firefox and Google Chrome, and whenever I try to use google > or youtube, the page redirects automatically to some Jenkins login page! > I don't have a Jenkins account, or whatever credentials it's asking for, > but my computer is essen

Re: Include JUnit Test Results in Email Notifications

2013-10-03 Thread Edwin Castro
On 10/3/13 12:55 PM, Edwin Castro wrote: > One last question, how do I determine what "it" refers to in Jelly > templates? I found this https://wiki.jenkins-ci.org/display/JENKINS/Basic+guide+to+Jelly+usage+in+Jenkins#BasicguidetoJellyusageinJenkins-Understandingthe{{it}}object T

Re: Include JUnit Test Results in Email Notifications

2013-10-03 Thread Edwin Castro
ugins/emailext/templates/html.jelly#L126 Thank you for the reference! One last question, how do I determine what "it" refers to in Jelly templates? -- Edwin Castro -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscri

Include JUnit Test Results in Email Notifications

2013-10-03 Thread Edwin Castro
How can I add junit test results to my email notifications using a groovy script template? -- Edwin Castro -- 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

Re: setting hudson.plugins.active-directory.ActiveDirectorySecurityRealm.forceLdaps (UNCLASSIFIED)

2013-09-26 Thread Edwin Castro
I'd recommend looking at the logs for clues, in particular: * C:\Program Files (x86)\Jenkins\jenkins.wrapper.log * C:\Program Files (x86)\Jenkins\jenkins.err.log * C:\Program Files (x86)\Jenkins\jenkins.out.log On 9/26/13 8:03 AM, Mead, Lance E CTR (US) wrote: > Classification: UNCLASSIFIED > Cav

Re: Set a property (UNCLASSIFIED)

2013-09-25 Thread Edwin Castro
My guess is that the jenkins.exe service wrapper doesn't know how to respond to the -D option you are trying to pass. The jenkins.exe service wrapper starts a java instance controlled by the C:\Program Files (x86)\Jenkins\jenkins.xml file. I think you need to try adding your -D option in the jenki

Re: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Edwin Castro
mailto:jenkinsci-users@googlegroups.com] On Behalf Of Edwin Castro > Sent: Thursday, September 12, 2013 11:36 AM > To: jenkinsci-users@googlegroups.com > Subject: Re: Password for unknown user (UNCLASSIFIED) > > Does it actually say the file is open by another program? Or is just >

Re: Password for unknown user (UNCLASSIFIED)

2013-09-12 Thread Edwin Castro
Does it actually say the file is open by another program? Or is just reporting access is denied? Have you actually checked the ACLs on the file to make sure you actually have permissions to edit the file? On 9/12/13 11:22 AM, Mead, Lance E CTR (US) wrote: > Classification: UNCLASSIFIED > Caveats:

Re: Prevent incrementing build number on failures

2013-09-05 Thread Edwin Castro
On 9/5/13 7:25 AM, Volodymyr Kostyrko wrote: > If you need to count "good" build maybe you need to look at Version > Number Plug-In? > (https://wiki.jenkins-ci.org/display/JENKINS/Version+Number+Plugin) It > can create your own $VERSION based on how many successful builds were > in total, today or

Re: Query Running Builds with REST API

2013-09-03 Thread Edwin Castro
Wednesday, September 4, 2013, Michaėl Pailloncy wrote: > > Hi, > > See https://wiki.jenkins-ci.org/display/JENKINS/SafeRestart+Plugin > > It seems to correspond to your needs. > > > Michaėl Pailloncy > > > 2013/8/31 Edwin Castro <0ptikgh...

Query Running Builds with REST API

2013-09-03 Thread Edwin Castro
Is there a way to determine if there are any builds running using the REST API? I have a need to restart my jenkins service (after waiting for a timeout period) and I'd like to implement a graceful shutdown. I'd like to use the REST API to invoke quietDown (to prepare Jenkins for shutdown), then p

Where can I get more info for a polling error with the IvyTrigger Plugin?

2013-08-22 Thread Edwin Castro
I'm trying to use the IvyTrigger Plugin. I've configured a job to use my ivy.xml and my ivysettings.xml but the job does not trigger a build when a new revision of its dependency gets published. I expect there's a configuration problem somewhere, but the IvyTrigger Log is not showing me any useful