diff --git a/src/components/JobWizard/JobWizard.util.js b/src/components/JobWizard/JobWizard.util.js index 73ac32c57..a72cbf2f2 100644 --- a/src/components/JobWizard/JobWizard.util.js +++ b/src/components/JobWizard/JobWizard.util.js @@ -168,7 +168,7 @@ export const generateJobWizardData = ( inputPath: null, outputPath: currentProject?.spec?.artifact_path || - frontendSpec.default_artifact_path || + (frontendSpec.ce?.version && frontendSpec.default_artifact_path) || JOB_DEFAULT_OUTPUT_PATH, accessKey: true, accessKeyInput: '',