Archive Python eggs on Jenkins
This commit is contained in:
parent
98a90496f6
commit
39b32d20c0
|
@ -24,6 +24,11 @@ pipeline {
|
|||
sh 'make PythonAPI'
|
||||
sh 'make CarlaUE4Editor'
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts 'PythonAPI/dist/*.egg'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('Unit Tests') {
|
||||
|
|
Loading…
Reference in New Issue