-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Windows7
I just installed on Windows7, after checkout from SVN, my post build "BAT" file doesn't run.. and unclear why - could the output trigger be included to make it simpler to see why not running? The trigger used to work ok in Hudson.
Thank you for any suggestions
[snip]
AU internal.zip
U .
At revision 21668
Triggering default
default completed with result FAILURE
Finished: FAILURE
Hi Jonathan.
A) Try opening the configuration of your "sdk_dev_cfg00" and the "build" projects - and save again (Because I see "Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered")
B) Wrt to your build step, it Is type Windows Batch file - am I right ?
C) Try change in change the commands:
Build Step1, type windows batch: echo %WORKSPACE%
Build Step2, type windows batch: dir
Be aware that for some post-build step plugins, they can be ordered, and sometimes (depends on the plugin), subsequent steps are aborted if one fails
The above two is just to verify both build steps are executed and not failing.