Added step to test installation
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good
All checks were successful
ydeng/renamebycsv/pipeline/head This commit looks good
This commit is contained in:
parent
64204b561d
commit
286ca0b5a5
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -20,6 +20,7 @@ pipeline {
|
|||||||
stage("test") {
|
stage("test") {
|
||||||
steps {
|
steps {
|
||||||
sh "pip install dist/*.whl"
|
sh "pip install dist/*.whl"
|
||||||
|
sh "renamebycsv -h"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("archive") {
|
stage("archive") {
|
||||||
|
Loading…
Reference in New Issue
Block a user