Compare commits

..

4 Commits

Author SHA1 Message Date
5b037d556e Merge branch 'master' into develop
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
2024-07-21 04:03:50 +00:00
10d2e9f5b2 Merge branch 'master' into develop
Some checks reported errors
ydeng/splitmsa/pipeline/head Something is wrong with the build of this commit
2024-07-21 04:01:58 +00:00
31283d5e49 Merge branch 'master' into develop
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
2024-07-21 03:01:39 +00:00
5d3ce699fa Updated pipeline to use latest build container image features
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
2023-05-03 08:39:45 -05:00
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
}
stage("archive") {
steps {
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl'
archiveArtifacts artifacts: 'dist/*.tar.gz, dist/*.whl', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
}
}
stage("publish") {

View File

@ -7,3 +7,4 @@ dependencies:
- twine
- biopython=1.81
- python=3.9
prefix: ./env