Refactored code structure and added steps to CI
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
CI now archives build and tests if CLI works
This commit is contained in:
parent
6e6d7a6c43
commit
953bb8f507
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -20,6 +20,12 @@ pipeline {
|
||||
stage("test") {
|
||||
steps {
|
||||
sh "pip install dist/*.whl"
|
||||
sh "filterfasta -h"
|
||||
}
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user