issues with connecting to ftp server

2015-04-23 Thread Eric Wood
I have installed the latest stable release of Jenkins.  I have configured to connect to an FTP server running on windows 2012 under IIS.  I have configured both the publish over ftp plugin and the publish over ssh plugin to be able to connect to the server. For the ftp plugin I can connect to

Re: [workflow-plugin] What is the best way to add '--recursive' to 'git' statements

2015-04-23 Thread Tim Wojtaszek
I'd recommend trying to do this using the Snippet Generator, General SCM, Git ... make sure you are on workflow 1.4 at least. It will help you put together something like this, taking advantage of all the extensions available. I'm thinking what you really want is the '

Re: Jenkins LTS updates

2015-04-23 Thread jpd4nt
Can this go in the FAQ? Last time I looked the website is a manual process to update the LTS release number, it gets behind when kohsuke (or who ever has access) gets busy. 61 -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: Jenkins LTS updates

2015-04-23 Thread Daniel Beck
This never was manual. It uses the update center metadata (and for a while showed the obsolete update center's metadata after an update, 6 months or so ago). But in this case, I couldn't find 1.596.3 offered anywhere: http://updates.jenkins-ci.org/stable/latestCore.txt

Handling testcases involving reboot during execution of Job on Slave

2015-04-23 Thread Ankit Singhal
Hi I need some help in solving the reboot problem. The Workflow is as follows: 1) Project 1 creates a Windows Installable package. 2) Project 2 is called once the Project1 is completed and Package is pushed to Slave associated with Project 2. 3) Project 2 now runs some commands on Slave 2

Empty credentials list on slave ssh configuration

2015-04-23 Thread Mic
Hi, I am using several slave nodes connected via SSH and I have several Global credentials configured (ssh, scm, ...) With the Role Strategy Plugin I have restricted the configure permission of some slave to only certain users (Manage and Assign Roles Slave Roles section) For example user

Re: Docker Jenkins integration

2015-04-23 Thread Richard Bywater
Sorry - was replying from phone so didn't quite get a more fuller featured response. Is 192.168.59.103 the IP address of the Windows Host machine or the VM that gets spun up on Windows to run Docker in? If its the Windows box you are going to need to port forward to the Docker VM or expose the

Need basic guidance on defining job that monitors gerrit

2015-04-23 Thread KARR, DAVID
I'm only somewhat familiar with Jenkins, and I need to learn how to do something like this: Define a job that monitors an external gerrit server for approved artifacts, and when new artifacts are produced, download them to a location on the Jenkins server. Eventually we will perform

Running jenkins-cli.jar for https

2015-04-23 Thread Grace Lee
Hi, Has anyone successfully run Jenkins-cli.jar for https protocol? I kept getting connection error from client side to Jenkins on https. Could anyone help me on this? My sincere appreciation. - java -Djavax.net.ssl.trustStore=/tmp/jenkins2/jenkinskeystore.jks

Re: Docker Jenkins integration

2015-04-23 Thread Rayees Namathponnan
Hi Rahul, you can try this https://wiki.jenkins-ci.org/display/JENKINS/Launch+Java+Web+Start+slave+agent+via+Windows+Scheduler Regards, Rayees On Thu, Apr 23, 2015 at 3:59 AM, Rahul Agrawal rahulacces...@gmail.com wrote: Hi Guys, I am new to Docker and I need to integrate Docker iwth

Re: Unable to get Jenkins to start on MacOS-X 10.10 Yosemite

2015-04-23 Thread Robin Mills
Thanks, Barry. I did that, and some other things and got it running. I think I put my solution on the web. Anyway, it's running well. Thanks for taking the time to help me. Robin http://clanmills.com Not sent from my iPhone On 23 Apr 2015, at 06:06, Barry Anderson z3ndra...@gmail.com

Re: Change subject in email-ext

2015-04-23 Thread Faizan Javed
I tried this script The subject is displaying def subject = 'Some Subject' On Friday, April 17, 2015 at 6:27:05 PM UTC+5, slide wrote: def subject = 'Some Subject' if(build.result == Result.SUCCESS) { subject += ' - Build Succeeded!' } subject // required so that this is returned

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-23 Thread Maciej Jaros
v_sathyamurthy (2015-04-02 19:00): Hello Folks, I would really appreciate if some one could help me. I have installed jenkins 1.606 on windows,and tried to enable the global security link. I configured everything correctly. When enver I tried to test the login I always brought back to

Re: Getting error during deployment

2015-04-23 Thread Maciej Jaros
Bharath Raj (2015-04-22 21:28): Hi team , I am trying to deploy artifact through Weblogic server ..After building project I have written build.xml which is generating war successfully .. I am able to undeploy but while deploying I am getting the below error . Could you please help me in

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-23 Thread Maciej Jaros
PS: Also `managerDN` should simply be a user name prefixed with domain name e.g. `MYCOMPANY\MyUser`. Any user with basic permissions should work. Maciej Jaros (2015-04-23 11:26): v_sathyamurthy (2015-04-02 19:00): Hello Folks, I would really appreciate if some one could help me. I have

Not able to generate HTML report of my Job.

2015-04-23 Thread Krishna Kumar Tiwari
Hi I followed the steps present on https://wiki.jenkins-ci.org/display/JENKINS/HTML+Publisher+Plugin but stil can't see my html report on jenkins dashboard. However my job is running successful. -- You received this message because you are subscribed to the Google Groups Jenkins Users

Re: Getting java exceptions while running my job from Jenkins server

2015-04-23 Thread Krishna Kumar Tiwari
Hi How can i find the jenkins version ? I haev attached the jenkins server home page snapshot. and this is linux platform. I didn't try this in the past and i am trying this new. And I have added git source code details in my job config. and in Execute shell command running following kind

Docker Jenkins integration

2015-04-23 Thread Rahul Agrawal
Hi Guys, I am new to Docker and I need to integrate Docker iwth jenkins. I have jenkins and docker in two different system, and docker runs on a Windows machine using a virtual box. So when I try to establish a connection between Jenkins and docker, it gives me this error

Re: Docker Jenkins integration

2015-04-23 Thread Richard Bywater
Is the Virtual Box network interface accessible from the other box? Richard On 10:59PM, Thu, 23/04/2015 Rahul Agrawal rahulacces...@gmail.com wrote: Hi Guys, I am new to Docker and I need to integrate Docker iwth jenkins. I have jenkins and docker in two different system, and docker runs on

Re: Docker Jenkins integration

2015-04-23 Thread Rahul Agrawal
Hi Richard, The ping requests to from my machin eto docker - vm are failing. I am trying to ping 192.168.59.103. On Thursday, 23 April 2015 16:43:37 UTC+5:30, Richard Bywater wrote: Is the Virtual Box network interface accessible from the other box? Richard On 10:59PM, Thu, 23/04/2015

Re: Need basic guidance on defining job that monitors gerrit

2015-04-23 Thread Jim West
hi David, There is a gerrit plugin for jenkins that is quite handy. Once configured it will listen for gerrit events. You can then use these to trigger jobs. We use this primarily for review/gate jobs. A git review is done, patch set is uploaded (patch set creation event), the jenkins job

Re: Give permission to user via Java Code

2015-04-23 Thread Baptiste Mathus
Are you logged in with that USER1 account while using your plugin through Jenkins? Cheers 2015-04-14 8:59 GMT+02:00 Nitish Kumar nitishkuma...@gmail.com: Hi, Currently my java plugin for jenkins is creating and configuring jobs as anonymous user. I have created another user with name USER1.

Re: Workflow 1.5 problems

2015-04-23 Thread Baptiste Mathus
Hi, For 1) this plugin needs to be integrated. Or to be upgraded so that it supports the WorkflowJob (possibly file an issue for the Workspace Cleanup Plugin). For 2) known issue see https://issues.jenkins-ci.org/browse/JENKINS-25550 and the ML archive. Cheers 2015-04-13 21:12 GMT+02:00 Craig

Re: Scripts not permitted to use staticMethod org.codehaus.groovy.runtime.ScriptBytecodeAdapter compareLessThan java.lang.Object java.lang.Object

2015-04-23 Thread Baptiste Mathus
In the job, did you check run in sandbox ? 2015-04-15 23:07 GMT+02:00 Rinaldo DiGiorgio digitalrina...@gmail.com: Hi, I have configured workflow to use an anonymous git repository for the workflow script. I get the following error. Scripts not permitted to use staticMethod

Re: Handling testcases involving reboot during execution of Job on Slave

2015-04-23 Thread Mark Waite
When I've needed to run something on a freshly booted machine, particularly as part of a series of jobs, I've generally been able to do that by partitioning the work into multiple jobs, with the job which must execute on the newly booted slave being configured to run on the slave. A single job