diff --git a/app/templates/jobs/pre.hbs b/app/templates/jobs/pre.hbs index eaccc851..5e2914ad 100644 --- a/app/templates/jobs/pre.hbs +++ b/app/templates/jobs/pre.hbs @@ -1,22 +1,22 @@ {{remove-log-popup job=view.job}}
+ + {{#if auth.signedIn}} + {{#if view.job.isLegacyInfrastructure}} + {{#if view.job.isFinished}} +

+ This job ran on our legacy infrastructure. Please read our docs on how to upgrade

+ {{else}} +

+ This job is running on our legacy infrastructure. Please read our docs on how to upgrade

+ {{/if}} + {{/if}} + {{/if}} + {{#if view.job.notStarted}}
Hang tight, the log cannot be shown until the build has started.
{{/if}} - -{{#if auth.signedIn}} - {{#if view.job.isLegacyInfrastructure}} - {{#if view.job.isFinished}} -

- This job ran on our legacy infrastructure. Please read our docs on how to upgrade

- {{else}} -

- This job is running on our legacy infrastructure. Please read our docs on how to upgrade

- {{/if}} - {{/if}} -{{/if}} -