Skip to content

Commit

Permalink
archive will not work if run before the scan
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent 01daa1a commit 144e51f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dockerizedBuildPipeline(
pip install --user dist/$WHEEL_NAME
jake iq --application jake -vv --stage build --user $IQ_USERNAME --password $IQ_PASSWORD --host https://policy.ci.sonatype.dev || export jakeFailed=true
cp ${HOME}/.ossinidex/jake.combined.log ${WORKSPACE}
cat ${HOME}/.ossinidex/jake.combined.log
if [ -z "$jakeFailed" ]
then
echo 'Jake failed'
Expand All @@ -42,7 +43,7 @@ dockerizedBuildPipeline(
}
})
},
archiveArtifacts: 'jake.combined.log',
//archiveArtifacts: 'jake.combined.log',
onSuccess: {
githubStatusUpdate('success')
},
Expand Down

0 comments on commit 144e51f

Please sign in to comment.