Fixed some publishing steps issues
Some checks failed
autoBIGS.engine-bioconda/pipeline/head There was a failure building this commit
Some checks failed
autoBIGS.engine-bioconda/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6ff02e876e
commit
453c25e758
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline {
|
|||||||
stage("build") {
|
stage("build") {
|
||||||
steps {
|
steps {
|
||||||
dir('auto-updated-bioconda-recipes') {
|
dir('auto-updated-bioconda-recipes') {
|
||||||
sh 'conda build recipes/autobigs-engine --output-folder ./conda-dist'
|
sh 'conda build recipes/autobigs-engine --output-folder ./conda-bld'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -42,14 +42,16 @@ pipeline {
|
|||||||
parallel {
|
parallel {
|
||||||
stage("archive") {
|
stage("archive") {
|
||||||
steps {
|
steps {
|
||||||
archiveArtifacts artifacts: './conda-dist/**/*.conda', followSymlinks: false
|
archiveArtifacts artifacts: './conda-bld/**/*.conda', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("bioconda") {
|
stage("bioconda") {
|
||||||
stages {
|
stages {
|
||||||
stage('lint') {
|
stage('lint') {
|
||||||
steps {
|
steps {
|
||||||
sh 'bioconda-utils lint recipes/ --packages autobigs-engine'
|
dir('auto-updated-bioconda-recipes') {
|
||||||
|
sh 'bioconda-utils lint recipes/ --packages autobigs-engine'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('commit') {
|
stage('commit') {
|
||||||
@ -70,7 +72,7 @@ pipeline {
|
|||||||
AUTH = credentials('git.reslate.systems')
|
AUTH = credentials('git.reslate.systems')
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh 'curl --user AUTH_USR:AUTH_PSW --upload-file ./conda-dist/**/*.conda https://git.reslate.systems/api/packages/${AUTH_USR}/conda/package-1.0.conda'
|
sh 'curl --user AUTH_USR:AUTH_PSW --upload-file ./conda-bld/**/*.conda https://git.reslate.systems/api/packages/${AUTH_USR}/conda/package-1.0.conda'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,4 +7,5 @@ dependencies:
|
|||||||
- grayskull
|
- grayskull
|
||||||
- git
|
- git
|
||||||
- bioconda-utils
|
- bioconda-utils
|
||||||
- python=3.10.*
|
- python=3.10.*
|
||||||
|
- curl
|
Loading…
x
Reference in New Issue
Block a user