Merge branch 'develop'
Some checks failed
ydeng/renamebycsv/pipeline/head There was a failure building this commit

This commit is contained in:
2023-04-24 11:52:52 -05:00
4 changed files with 25 additions and 2 deletions

1
Jenkinsfile vendored
View File

@@ -20,6 +20,7 @@ pipeline {
stage("test") {
steps {
sh "pip install dist/*.whl"
sh "renamebycsv -h"
}
}
stage("archive") {