Loading .gitlab-ci.yml +15 −0 Original line number Diff line number Diff line Loading @@ -1310,6 +1310,21 @@ complexity-StereoDmxEVS-stereo-in-mono-out: # Other jobs # --------------------------------------------------------------- upload-selection-BE-log: rules: - if: $UPLOAD_SELECTION_BE_RESULTS && $CI_PIPELINE_SOURCE == 'trigger' when: always timeout: 5 minutes tags: - ericsson-windows-runner script: - cp -r $SELECTION_BE_RESULT ./selection-BE-result artifacts: paths: - selection-BE-result/public_log--sha-*.txt when: always expire_in: 1 week # job that sets up gitlab pages website pages: stage: deploy Loading Loading
.gitlab-ci.yml +15 −0 Original line number Diff line number Diff line Loading @@ -1310,6 +1310,21 @@ complexity-StereoDmxEVS-stereo-in-mono-out: # Other jobs # --------------------------------------------------------------- upload-selection-BE-log: rules: - if: $UPLOAD_SELECTION_BE_RESULTS && $CI_PIPELINE_SOURCE == 'trigger' when: always timeout: 5 minutes tags: - ericsson-windows-runner script: - cp -r $SELECTION_BE_RESULT ./selection-BE-result artifacts: paths: - selection-BE-result/public_log--sha-*.txt when: always expire_in: 1 week # job that sets up gitlab pages website pages: stage: deploy Loading