fix bug: change sql-query in localArtifactRepository (#820)
Also-by: Nazife Basbaz <nazife.basbaz@bosch-si.com> Signed-off-by: Ahmed Sayed <ahmed.sayed@bosch-si.com>
This commit is contained in:
committed by
Jeroen Laverman
parent
b8ca7d24c8
commit
fde0cbdf16
@@ -65,6 +65,6 @@ public class MgmtRolloutCondition {
|
||||
}
|
||||
|
||||
public enum Condition {
|
||||
THRESHOLD;
|
||||
THRESHOLD
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,6 +76,6 @@ public class MgmtRolloutErrorAction {
|
||||
* Possible actions
|
||||
*/
|
||||
public enum ErrorAction {
|
||||
PAUSE;
|
||||
PAUSE
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,6 +65,6 @@ public class MgmtRolloutSuccessAction {
|
||||
}
|
||||
|
||||
public enum SuccessAction {
|
||||
NEXTGROUP;
|
||||
NEXTGROUP
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user