diff --git a/app/scripts/modules/amazon/src/pipeline/stages/bake/bakeExecutionDetails.html b/app/scripts/modules/amazon/src/pipeline/stages/bake/bakeExecutionDetails.html index e423867fa3b..70e493c0e97 100644 --- a/app/scripts/modules/amazon/src/pipeline/stages/bake/bakeExecutionDetails.html +++ b/app/scripts/modules/amazon/src/pipeline/stages/bake/bakeExecutionDetails.html @@ -24,8 +24,10 @@
{{stage.context.storeType | uppercase}}
Label
{{stage.context.baseLabel}}
-
Rebake
-
{{stage.context.rebake || false}}
+
Rebake
+
+ {{execution.trigger.rebake || stage.context.rebake || false}} +
Template
{{stage.context.templateFileName}}
Var File
diff --git a/app/scripts/modules/azure/pipeline/stages/bake/bakeExecutionDetails.html b/app/scripts/modules/azure/pipeline/stages/bake/bakeExecutionDetails.html index c32598727cf..f9b5c5bbb77 100644 --- a/app/scripts/modules/azure/pipeline/stages/bake/bakeExecutionDetails.html +++ b/app/scripts/modules/azure/pipeline/stages/bake/bakeExecutionDetails.html @@ -20,8 +20,10 @@
{{stage.context.baseOs}}
Label
{{stage.context.baseLabel}}
-
Rebake
-
{{stage.context.rebake || false}}
+
Rebake
+
+ {{execution.trigger.rebake || stage.context.rebake || false}} +
Template
{{stage.context.templateFileName}}
Var File
diff --git a/app/scripts/modules/google/src/pipeline/stages/bake/bakeExecutionDetails.html b/app/scripts/modules/google/src/pipeline/stages/bake/bakeExecutionDetails.html index f041dd208fe..5123e7f6aa0 100644 --- a/app/scripts/modules/google/src/pipeline/stages/bake/bakeExecutionDetails.html +++ b/app/scripts/modules/google/src/pipeline/stages/bake/bakeExecutionDetails.html @@ -20,8 +20,10 @@
{{stage.context.baseOs}}
Label
{{stage.context.baseLabel}}
-
Rebake
-
{{stage.context.rebake || false}}
+
Rebake
+
+ {{execution.trigger.rebake || stage.context.rebake || false}} +
Template
{{stage.context.templateFileName}}
Account Name
diff --git a/app/scripts/modules/openstack/src/pipeline/stages/bake/bakeExecutionDetails.html b/app/scripts/modules/openstack/src/pipeline/stages/bake/bakeExecutionDetails.html index a0e9f763dbc..57162969bde 100644 --- a/app/scripts/modules/openstack/src/pipeline/stages/bake/bakeExecutionDetails.html +++ b/app/scripts/modules/openstack/src/pipeline/stages/bake/bakeExecutionDetails.html @@ -20,8 +20,10 @@
{{stage.context.baseOs}}
Label
{{stage.context.baseLabel}}
-
Rebake
-
{{stage.context.rebake || false}}
+
Rebake
+
+ {{execution.trigger.rebake || stage.context.rebake || false}} +
Template
{{stage.context.templateFileName}}
diff --git a/app/scripts/modules/oracle/src/pipeline/stages/bake/bakeExecutionDetails.html b/app/scripts/modules/oracle/src/pipeline/stages/bake/bakeExecutionDetails.html index bbcd2420d47..10a2c9ab76f 100644 --- a/app/scripts/modules/oracle/src/pipeline/stages/bake/bakeExecutionDetails.html +++ b/app/scripts/modules/oracle/src/pipeline/stages/bake/bakeExecutionDetails.html @@ -18,8 +18,10 @@
Base Image
{{stage.context.baseOs}}
-
Rebake
-
{{stage.context.rebake || false}}
+
Rebake
+
+ {{execution.trigger.rebake || stage.context.rebake || false}} +
Template
{{stage.context.templateFileName}}
Var File