This commit is contained in:
parent
48b00ca2c8
commit
68e41a262b
@ -13,9 +13,11 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('conda') {
|
||||
steps {
|
||||
sh 'conda env create -f environment.yml'
|
||||
sh 'conda activate myenv'
|
||||
}
|
||||
}
|
||||
stage('Copy') {
|
||||
steps {
|
||||
copyArtifacts projectName: 's444417-create-dataset'
|
||||
|
Loading…
Reference in New Issue
Block a user