Merge branch 'master' into develop
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -23,6 +23,11 @@ pipeline {
|
||||
sh "filterfasta -h"
|
||||
}
|
||||
}
|
||||
stage("archive") {
|
||||
steps {
|
||||
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
|
||||
}
|
||||
}
|
||||
stage("publish") {
|
||||
when {
|
||||
branch '**/master'
|
||||
|
Reference in New Issue
Block a user