Skip to content

Instantly share code, notes, and snippets.

@abdrehma
Created February 17, 2020 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdrehma/d7b2db8810504f063db1d5e8e1be696e to your computer and use it in GitHub Desktop.
Save abdrehma/d7b2db8810504f063db1d5e8e1be696e to your computer and use it in GitHub Desktop.
post {
always {
archiveArtifacts allowEmptyArchive: true,
artifacts: "**/*.log",
fingerprint: true,
onlyIfSuccessful: false
step([$class: 'WsCleanup'])
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment