Compare commits

...

2 Commits

Author SHA1 Message Date
1b08cee027 Bumped version number
All checks were successful
ydeng/filterfasta/pipeline/head This commit looks good
2023-07-25 15:56:35 +00:00
c9bc645cc3 Updated pipeline to take advantage of new build container image
Some checks reported errors
ydeng/filterfasta/pipeline/head Something is wrong with the build of this commit
2023-05-03 08:34:50 -05:00
3 changed files with 4 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -8,8 +8,7 @@ pipeline {
}
stage("install") {
steps {
sh 'mamba env update --file environment.yml'
sh 'echo "mamba activate filterfasta" >> ~/.bashrc'
sh 'mamba env update --file environment.yml --prefix ./env || mamba env create --force --file environment.yml --prefix ./env'
}
}
stage("build") {
@ -25,7 +24,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=4
- biopython=1.81
- python=3.11
prefix: ./env

View File

@ -1,6 +1,6 @@
[metadata]
name = filterfasta
version = 0.0.2
version = 0.0.3
[options]
packages = filterfasta