Skip to content

Commit

Permalink
feat(kubernetes): Add deployment status to Run Job stage UI (#8331)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Evan Sebastian and mergify[bot] committed Jun 9, 2020
1 parent 89641f6 commit 4b43e56
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -8,6 +8,7 @@ import {
ICustomValidator,
} from '@spinnaker/core';

import { DeployStatus } from '../deployManifest/manifestStatus/DeployStatus';
import { KubernetesV2RunJobStageConfig } from './KubernetesV2RunJobStageConfig';
import { RunJobExecutionDetails } from './RunJobExecutionDetails';

Expand All @@ -19,7 +20,7 @@ Registry.pipeline.registerStage({
addAliasToConfig: true,
cloudProvider: 'kubernetes',
component: KubernetesV2RunJobStageConfig,
executionDetailsSections: [RunJobExecutionDetails, ExecutionDetailsTasks],
executionDetailsSections: [RunJobExecutionDetails, DeployStatus, ExecutionDetailsTasks],
supportsCustomTimeout: true,
producesArtifacts: true,
validators: [
Expand Down

0 comments on commit 4b43e56

Please sign in to comment.