Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-1
-
Fix Version/s: 1.1-alpha-1
-
Component/s: Web interface
-
Labels:None
-
Environment:Linux and Windows
-
Complexity:Intermediate
-
Number of attachments :
Description
Request feature that will enable a user to cancel the "build" of a particular project. Kinda like hitting "ctrl c" when maven is executed. There are times when a project is "stuck indefinitely" in "in progress" state (e.g. when running a broken testcase that executes "indefinitely"). This affects other projects because it has to wait for the previous one to finish. Restarting continuum is not much help because it just goes back to the original state or you cannot delete the project itself because "delete" link is disable. The only solution now is to redeploy continuum. Now, having a cancel button would definitely help.
Issue Links
- is duplicated by
-
CONTINUUM-525
Ability to abort / kill a build manually or after a specified time elapsed
-
- is related to
-
CONTINUUM-401
cannot delete project (stuck on 'in progress')
-
- relates to
-
CONTINUUM-667
need a way to limit the mount of time a unit test runs for
-
I know Hiram Chirino had some ideas about this when I talked to him about stopping processes from java.