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
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
I have a workflow job that cannot be killed, unless the java process
running Jenkins is killed. I think it is a bug. Here are the steps to
reproduce:
// Workflow job:
def flow
node() {
git 'file:///home/martin/git/workflow-job-definition.git'
flow = load 'flow.groovy'
}
def m = flow.crea