You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{build.status.phase}}<spanng-if="(build | isIncompleteBuild) && trigger.imageChangeParams.automatic">. A new deployment will be created automatically once the build completes.</span>
<spanng-if="(build | isIncompleteBuild) && trigger.imageChangeParams.automatic">A new deployment will be created automatically once the build completes.</span>
<spanng-switch-when="Cancelled"> after {{(build.status.startTimestamp || build.metadata.creationTimestamp) | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span>
7
-
<spanng-switch-when="Running"> for <time-only-duration-until-nowtimestamp="build.status.startTimestamp" time-only></time-only-duration-until-now></span>
8
-
<spanng-switch-when="New">, waiting for <time-only-duration-until-nowtimestamp="build.metadata.creationTimestamp"></time-only-duration-until-now></span>
9
-
<spanng-switch-when="Pending"> for <time-only-duration-until-nowtimestamp="build.metadata.creationTimestamp"></time-only-duration-until-now></span>
10
-
<spanng-switch-default>
11
-
<spanng-if="build.status.startTimestamp">, finished in {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span>
12
-
<spanng-if="!build.status.startTimestamp">, waited for {{build.metadata.creationTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span>
ng-switch-when="Complete">, ran for {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span><span
6
+
ng-switch-when="Failed">, ran for {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span><span
7
+
ng-switch-when="Cancelled"> after {{build.status.startTimestamp | timeOnlyDurationFromTimestamps : build.status.completionTimestamp}}</span><span
8
+
ng-switch-when="Running"> for <time-only-duration-until-nowtimestamp="build.status.startTimestamp" time-only></time-only-duration-until-now></span><span
9
+
ng-switch-when="New"></span><span
10
+
ng-switch-when="Pending"></span><span
11
+
ng-switch-default>, ran for {{build.status.startTimestamp | duration : build.status.completionTimestamp}}</span>
"{{build.status.phase}}<span ng-if=\"(build | isIncompleteBuild) && trigger.imageChangeParams.automatic\">. A new deployment will be created automatically once the build completes.</span>\n" +
"<span ng-if=\"(build | isIncompleteBuild) && trigger.imageChangeParams.automatic\">A new deployment will be created automatically once the build completes.</span>\n" +
0 commit comments