Re: perforce nvalid or unset P4PASSWD

2015-03-01 Thread niraj nandane
We are using ticket based authetication . We cant tell perforce administrator to set timeout limit to unlimitend On Friday, February 27, 2015 at 11:58:16 AM UTC+5:30, JP wrote: > > By default, the p4 tickets are valid for 12 hours. You can request for > unlimited time access to p4 server from yo

location of email-ext template file

2015-03-01 Thread esharish
I can use the default html template from email-ext plugin, but I cannot locate the template file under the plugin directory or Jenkins home to edit it. Where can I edit this default html.jelly template? I am using latest Jenkins 1.598 and email-ext template 2.39. -- You received this message b

Setting up JDK and Maven versions to autodownload using groovy ?

2015-03-01 Thread Max Rydahl Andersen
Hi, Trying to figure out a way to configure jenkins via groovy init.d scripts so it will auto-download mvn and java versions. I found http://javadoc.jenkins-ci.org/hudson/model/JDK.html but it seems to require a full path to a JDK - I would prefer it used whatever is needed for auto downloadin

How to lookup Git Build Data from past builds?

2015-03-01 Thread bl0ck3r
Jenkins is the authoritative source of whether a Git commit SHA1 has passed or failed to build. How do I, several weeks after the build is done, interrogate Jenkins about a specific Git commit SHA1? Seems to me I have to scan a hole bunch of XML files until I find the right one. Does not feel l

Re: How to lookup Git Build Data from past builds?

2015-03-01 Thread Baptiste Mathus
Might be, but be aware that that plugin is only currently installed < 300 times worldwide, and more importantly latest release is already 2 years old. But from the description, I agree it seems to match what you'd like to do. But maybe you'd have to take over its maintenance to get to your final de

Re: location of email-ext template file

2015-03-01 Thread Slide
Check the wiki, there is information there on that exact thing. On Sun, Mar 1, 2015, 03:59 esharish wrote: > I can use the default html template from email-ext plugin, but I cannot > locate the template file under the plugin directory or Jenkins home to edit > it. Where can I edit this default h

Launching VirtualBox slave not possible

2015-03-01 Thread ELIASSAL
HI, I have configured correctly Virtualbox plugin, added a cloud to my VB host, test successful. Then added a slave to connect to which is a windows 2008 R2 machine which has Java 8. Once I save the configuration, a log starts and machine is started heedlessly (what I want) successfully, I can R

Re: location of email-ext template file

2015-03-01 Thread Harish ES
Thanks Slide, from reading plugin wiki, it looks I need to make a copy of jelly template(from github?) with custom name and edit it and follow below steps pasted from wiki: Using custom Jelly scripts (those not packaged with email-ext) requires the cooperation of your Hudson administrator. The ste

Re: location of email-ext template file

2015-03-01 Thread Slide
The other option is if you install the config-file-provider plugin, you can put the template in there and not have to worry about using the file system location. I need to go and update the wiki with a bunch of information... On Sun, Mar 1, 2015 at 8:42 AM Harish ES wrote: > Thanks Slide, from r

Password Parameter not masked in Console output

2015-03-01 Thread lfast
I'm trying to use Password Parameter and Mask Passwords to prevent the password from appearing in the console log. However it still appears. Global config for Mask Passwords has Password Parameter checked. Password Param = my_pwd value=hello world Script: echo $my_pwd Console Output: ech

Re: Password Parameter not masked in Console output

2015-03-01 Thread Baptiste Mathus
Hi, seems normal to me, don't do echo on it. If you just use the variable, you'll see its value won't get renderer like the others. Cheers 2015-03-02 3:42 GMT+01:00 lfast : > I'm trying to use Password Parameter and Mask Passwords to prevent the > password from appearing in the console log. Howe

To get the config.xml of a job via REST api

2015-03-01 Thread vinodhini . vijay
Hello All, My Jenkins is running in Windows 7 and I have enabled LDAP authentication for it. I would like to use the REST api of Jenkins via my Java program to get some job config.xml. I am using HttpURLConnection to connect to REST api of Jenkins and read the xml. The problem is that as I a

Re: get the console output of all the Phase used as part of multiplugin in a email

2015-03-01 Thread Anitha Kabil Raj
Were you able to get this done? I have a similar requirement. Thanks, Anitha On Friday, 10 October 2014 00:11:29 UTC+5:30, lp wrote: > HI, > > I am using the Jenkins v1.572. and multiplugin as i have around 5 > different phases in the project > > I am able to run the job successfully.As part of

How to set the E-mail Notification server

2015-03-01 Thread Jax-XiaoBo Yang
Hello All, I am a new user of Jenkins, I need help about how to configure the E-mail Notification server. My Jenkins is running in Windows 7 and the current IT environment in my company is: * LAN SMTP without permission validation * Microsoft TMG Proxy server to support http/ht

Re: To get the config.xml of a job via REST api

2015-03-01 Thread Baptiste Mathus
I *think* the CLI is encrypting communication, since it's using your SSH keys. So I would search there. And if you can't, then the right solution would seem just to put an HTTPS pipe in your case. Cheers 2015-03-02 6:09 GMT+01:00 : > Hello All, > > My Jenkins is running in Windows 7 and I have