-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: rundeck-plugin
-
None
-
Environment:Rundeck plugin 3.4
Looking at the code (RundeckNotifier) if "sleep(5000)" is interupted ("Oops, interrupted !" is in a log) the while loop is finished and current Rundeck job execution status is RUNNING. It causes that switch..case hits "default" and the whole job is marked as SUCESS.