Skip to content

Commit

Permalink
feat(provider/kubernetes): run job manifest artifacts (#6902)
Browse files Browse the repository at this point in the history
enable run job manifest to produce artifacts
  • Loading branch information
ethanfrogers authored Apr 30, 2019
1 parent 34e61d7 commit 6c5eed6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ module(KUBERNETES_V2_RUN_JOB_STAGE, [])
component: KubernetesV2RunJobStageConfig,
executionDetailsSections: [ExecutionDetailsTasks, RunJobExecutionDetails],
defaultTimeoutMs: 30 * 60 * 1000,
producesArtifacts: true,
validators: [
{
type: 'custom',
Expand Down

0 comments on commit 6c5eed6

Please sign in to comment.