conda
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-21 13:27:43 +02:00
parent 48b00ca2c8
commit 68e41a262b

View File

@ -13,9 +13,11 @@ pipeline {
} }
stages { stages {
stage('conda') { stage('conda') {
steps {
sh 'conda env create -f environment.yml' sh 'conda env create -f environment.yml'
sh 'conda activate myenv' sh 'conda activate myenv'
} }
}
stage('Copy') { stage('Copy') {
steps { steps {
copyArtifacts projectName: 's444417-create-dataset' copyArtifacts projectName: 's444417-create-dataset'