Added clean stage to 'Jenkinsfile'.
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
All checks were successful
ydeng/splitmsa/pipeline/head This commit looks good
This commit is contained in:
parent
2c38d7d172
commit
0cc3539280
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,6 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage("clean") {
|
||||
steps {
|
||||
sh 'rm -rf ./dist/*'
|
||||
}
|
||||
}
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'mamba env update --file environment.yml'
|
||||
|
Loading…
Reference in New Issue
Block a user