Re: Workspace cleanup after job removal

2015-11-19 Thread Antti Kaihola
See: - https://issues.jenkins-ci.org/browse/JENKINS-2111 - http://stackoverflow.com/questions/20532705/deleting-jenkins-jobs-through-gui-does-not-delete-their-workspaces-in-slaves -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Jenkins not saving P12 certificate from Google Service Account from private key

2015-11-19 Thread Andrew Novinger
I do not see the file being saved in the credentials.xml file. Here is the Google Store portion of the credentials.xml file Google -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Cloud Foundry Plugin: Unknown host

2015-11-19 Thread Mark Heckler
Resolved. On Wednesday, November 18, 2015 at 3:19:35 PM UTC-6, Mark Heckler wrote: > > Esteemed colleagues, > > I'm running a Jenkins Docker container built upon the jenkinsci/jenkins > image (https://hub.docker.com/r/hecklerm/jenkins/), and have connected it > to Gitlab and Maven, and builds a

Using jenkins-cli to connect slave to master

2015-11-19 Thread uscengineer
I used cloudbees for a bit with multiple on premise executors. To connect the nodes we added the ssh key to our cloudbees account and then ran the following command from the node machine: java -jar jenkins-cli.jar -s https://test1234.ci.cloudbees.com on-premise-executor -fsroot /usr/share/jenkin

Re: How to change the PATH env?

2015-11-19 Thread Indra Gunawan (ingunawa)
Add your "export PATH" in /etc/sysconfig/jenkins From: mailto:jenkinsci-users@googlegroups.com>> on behalf of "stevelee1...@gmail.com" mailto:stevelee1...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.com" mailto:j

Re: Deploy Plugin 1.10 - deploy to Jboss 7.x - Cannot locate the JBoss connector classes

2015-11-19 Thread Vinícius da Cruz Maia
How did you install the 1.11-SNAPSHOT version of deploy plugin? I tried, but don't had success Em sexta-feira, 26 de dezembro de 2014 23:01:29 UTC-2, Francisco Jose Murcia escreveu: > > Just got the same problem publishing at JBoss 6.3EAP using Jenkins 1.595 > > > ERROR

Re: Workflow: load a class from flow.groovy hangs jenkins, can't be killed in UI

2015-11-19 Thread Martin d'Anjou
It works but I am running into a significant performance degradation before the job is killed. I see a memory leak and an IO exception in the jenkins log: Nov 19, 2015 8:34:41 AM org.jenkinsci.plugins.workflow.job.WorkflowRun copyLogs WARNING: null java.io.IOException: Unable to read /home/mar

Re: Jenkins, Gerrit-trigger and git submodules

2015-11-19 Thread xJom
Old thread, but I have searched a lot for possible solutions, and found a few, but maybe not the most excellent one. One approach is just to let some builds fail and then manually let them through. This gets tedious over time. One approach seems to be using the topic, but there is no good way t

Re: Workflow and executor use

2015-11-19 Thread Baptiste Mathus
Hi, please see https://groups.google.com/d/msg/jenkinsci-users/O7xaCG-9BGI/pgFAnGIkCQAJ Cheers 2015-11-18 22:40 GMT+01:00 Mark Bidewell : > When running my workflows, an executor stays allocated for the duration of > the workflow. As I consider the possibility of complex flows that include > pa

Re: Workflow: load a class from flow.groovy hangs jenkins, can't be killed in UI

2015-11-19 Thread Baptiste Mathus
Please see https://issues.jenkins-ci.org/browse/JENKINS-25550?focusedCommentId=242057&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-242057 to kill a running workflow 2015-11-15 3:50 GMT+01:00 Martin d'Anjou : > I have a workflow job that cannot be killed, unless th