I have written a simple workflow for a
sbt
based project. The
sbt
command
complete
succesfully but
the job failed:
[info] Tests: succeeded 59, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[info] Passed: Total 59, Failed 0, Errors 0, Passed 59
[success] Total time: 415 s, completed Jul 31, 2015 5:27:07 PM
Running: General Build Step
Archiving artifacts
Running: General Build Step
Recording test results
Running: Allocate node : Body : End
Running: Allocate node : End
Running: End of Workflow
Finished: FAILURE
Why? how can I investigate more?