Skip to content

Commit

Permalink
archive Jake log from Jenkins CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 21, 2020
1 parent 3fa5744 commit 43703fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Expand Up @@ -32,9 +32,12 @@ dockerizedBuildPipeline(
cd dist && WHEEL_NAME=$(ls -1) && cd ..
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
cp ${HOME}/.ossinidex/jake.combined.log ${WORKSPACE}
'''
}
})
},
archiveArtifacts: 'jake.combined.log',
)
},
onSuccess: {
githubStatusUpdate('success')
Expand Down

0 comments on commit 43703fb

Please sign in to comment.