[JIRA] [postbuild-task-plugin] (JENKINS-26994) Post-build task fails if job is aborted

2015-02-17 Thread william.vilp...@gmail.com (JIRA)














































william vilpoix
 commented on  JENKINS-26994


Post-build task fails if job is aborted















My mistake  the temp script
hudson.bat is written in the folder



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [postbuild-task-plugin] (JENKINS-26994) Post-build task fails if job is aborted

2015-02-17 Thread william.vilp...@gmail.com (JIRA)














































william vilpoix
 created  JENKINS-26994


Post-build task fails if job is aborted















Issue Type:


Bug



Assignee:


Unassigned


Components:


postbuild-task-plugin



Created:


17/Feb/15 2:34 PM



Description:


Jenkins is running on a windows 2003 server
In the job config postbuild task part:
log text : .
script : dir
When the job is successed or failed, the postbuild task works fine

When the job is aborted (manually stopped or timeout case) I get this kind of logs:
Running script  :dir
workspace $ cmd /c call C:\Users\XXX\AppData\Local\Temp\2\hudson13287273761205392.bat
Exception when executing the batch command : null
Build step 'Post build task' marked build as failure
Finished: ABORTED

C:\Users\XXX\AppData\Local\Temp\2 is the java.io.tmpdir data

I ran a non-stop script listing files in this folder, the temp script
hudson.bat is never written in this folder


in the jenkins log  I have a java exception generated each time a job is aborted :
java.lang.InterruptedException
	at java.lang.ProcessImpl.waitFor(Native Method)
	at hudson.Proc$LocalProc.join(Proc.java:319)
	at hudson.Launcher$ProcStarter.join(Launcher.java:345)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:82)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:58)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:19)
	at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:710)
	at hudson.model.Build$RunnerImpl.build(Build.java:178)
	at hudson.model.Build$RunnerImpl.doRun(Build.java:139)
	at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:480)
	at hudson.model.Run.run(Run.java:1438)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:239)

It is a main issue in my professional project.
>From my web research it appears that post build task is supposed to work fine even when the job is aborted




Environment:


Jenkins 1.466.1 

postbuild-task plugin 1.8




Project:


Jenkins



Priority:


Major



Reporter:


william vilpoix

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.