Commit aecffa42 authored by pimtegelaar's avatar pimtegelaar Committed by Greg Messner
Browse files

A pipeline that is waiting for a manual step to be executed will get the status manual (#147)

parent bb4f79ca
......@@ -11,7 +11,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
*/
public enum PipelineStatus {
RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED;
RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED, MANUAL;
private static Map<String, PipelineStatus> valuesMap = new HashMap<>(6);
static {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment