Added testing of pip installation and archiving
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
All checks were successful
ydeng/bmlsa/pipeline/head This commit looks good
This commit is contained in:
parent
59e2dcaa9d
commit
f1fe568818
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,6 +20,12 @@ pipeline {
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "bmlsa -h"
|
||||
}
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
Loading…
Reference in New Issue
Block a user