Skip to content

Commit

Permalink
adding artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
v1j1 committed Oct 31, 2019
1 parent b23496f commit feea44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ agent any
}
steps {
sh '''
python setup.py bdist_wheel
python setup.py bdist_wheel
'''
}
post {
always {
// Archive unit tests for the future
archiveArtifacts allowEmptyArchive: true, artifacts: 'dist/*whl', fingerprint: true)
archiveArtifacts allowEmptyArchive: true, artifacts: 'dist/*whl', fingerprint: true
}
}
}
Expand Down

0 comments on commit feea44b

Please sign in to comment.