Re: P4 Plugin throws "Error occurred during the SSL handshake: invalid SSL session" Error

2014-09-25 Thread Dan Tran
run a java test with your JRE? private boolean isUnlimitedCryptoSupported() throws NoSuchAlgorithmException { int bits = Cipher.getMaxAllowedKeyLength("AES"); this.getLog().info("Current encryption strength is: " + bits); return bits == 2147483647; } On Thur

Any log to show "who" clicked "Prepare for Shutdown"?

2014-09-25 Thread FuRoSh1
Hi, I ran a quick search for user log on the group but could not find what I was looking for. I am trying to investigate which admin initiated our production Jenkins server to "Jenkins is going to shut down" by clicking JenkinsURL / Manage Jenkins / "Prepare for Shutdown". I checked jenkins.lo

Re: Git + Email-ext + send email to developers + developers list empty

2014-09-25 Thread Slide
Sorry I wasn't clear, could you send the one for the job? On Thu, Sep 25, 2014 at 10:37 AM, Ramya Dhanapal wrote: > Please find attached my config.xml file. > > Regards, > Ramya > > > > On Thursday, September 25, 2014 9:42:18 AM UTC-7, slide wrote: >> >> Can you share your config? >> >> On Thu,

Re: Git + Email-ext + send email to developers + developers list empty

2014-09-25 Thread Ramya Dhanapal
Please find attached my config.xml file. Regards, Ramya On Thursday, September 25, 2014 9:42:18 AM UTC-7, slide wrote: > > Can you share your config? > > On Thu, Sep 25, 2014 at 9:28 AM, Ramya Dhanapal > wrote: > >> Hi All, >> >> I have the git plugin and email-ext plugin set up. I have a pos

Re: P4 Plugin throws "Error occurred during the SSL handshake: invalid SSL session" Error

2014-09-25 Thread Shobha Dashottar
I have now removed all the older jre versions from the systems leaving jre only in one place. I even have the JRE home in the PATH variable. I have setup some Windows VMs now but those are too giving the same error. They already have the JCE jars in their installation folders. Is there some

"Best" way to distribute 100 test cases over 4 servers?

2014-09-25 Thread Steve K
Hello, Given a list that may change on a daily basis, I want to spread the load over 4 servers. Order is not important (i.e., test #5 can start before test #3 completes). What would you suggest? Thanks. -- You received this message because you are subscribed to the Google Groups "Jenkins U

Re: Git + Email-ext + send email to developers + developers list empty

2014-09-25 Thread Slide
Can you share your config? On Thu, Sep 25, 2014 at 9:28 AM, Ramya Dhanapal wrote: > Hi All, > > I have the git plugin and email-ext plugin set up. I have a post-build > action trigger set up to send out email on 'Success' to the group ' > Developers'. > > Jenkins: Jenkins 1.575 > git plugin: 2.2

Git + Email-ext + send email to developers + developers list empty

2014-09-25 Thread Ramya Dhanapal
Hi All, I have the git plugin and email-ext plugin set up. I have a post-build action trigger set up to send out email on 'Success' to the group ' Developers'. Jenkins: Jenkins 1.575 git plugin: 2.2.6 email-ext plugin:2.38.2 But, the list of Developers seems to be empty. I get the below

Re: P4 Plugin throws "Error occurred during the SSL handshake: invalid SSL session" Error

2014-09-25 Thread Dan Tran
Very likely, you patch the wrong JRE -D On Thursday, September 25, 2014 8:46:01 AM UTC-7, Shobha Dashottar wrote: > > I am setting up a new Jenkins server. I have been using the Perforce > Plugin so far but this time I have switched to the P4 Plugin as has a good > integration with the Creden

P4 Plugin throws "Error occurred during the SSL handshake: invalid SSL session" Error

2014-09-25 Thread Shobha Dashottar
I am setting up a new Jenkins server. I have been using the Perforce Plugin so far but this time I have switched to the P4 Plugin as has a good integration with the Credential Plugin to connect to the perforce server. For most of the VMs that I am connecting to it goes ahead with P4 command

Re: Errors while using Credential manager to store P4 password

2014-09-25 Thread Shobha Dashottar
This is solved. I had to edit the /etc/hosts file and make an entry for the hostname of the slave VM On Thursday, September 25, 2014 11:23:11 AM UTC+5:30, Shobha Dashottar wrote: > > I used the Credential manager plugin to store the perforce credentials. I > have filled in the details as requ

Re: Git Publish breaking build and un-deletable

2014-09-25 Thread blaze . mkiv
Thanks, Editing the config.xml and then reloading removed the action. There was allot of trouble the last time we updated so that probably won't happen till we aren't busy or it totally collapses. On Wednesday, September 24, 2014 7:03:09 PM UTC-4, Mark Waite wrote: > > > On Wed, Sep 24, 2014 a

why don't get swarm slaves persisted to the config.xml when calling Jenkins.instance.setNodes(Jenkins.instance.getNodes())?

2014-09-25 Thread Nico Mommaerts
Why don't get swarm slaves persisted to the config.xml when calling Jenkins.instance.setNodes(Jenkins.instance.getNodes())? After I start a swarm client I configure it (add tool locations) with a Groovy script (start & configure combined in one startup script). However when the slave goes offli

Dashboard using test and build result using Jetkins plugin

2014-09-25 Thread Pramod Mhatre
Hi, I am new to Jenkins API. I just had assignment in company where PL asked me to create a new job in Jenkins where I will run all the testing, build related things on my code and it should create dashboard where all figures and graph should be shown. All the results created by different

How to configure/add an additional mime-type file extension?

2014-09-25 Thread Peter Lustig
Hi,   I need to serve "*.data" files with a mime type of "application/xml". To this end I have edited the file "war\WEB-INF\web.xml" and added | | | data | application/xml | When I upgraded Jenkins this settings seems to have been lost. Therefore I wonder whether there is another/a bett