Jenkinsfile and environment updated to fix pipeline.

This commit is contained in:
2022-11-30 03:39:54 +00:00
parent 0a02b0d8db
commit 2ed350b802
3 changed files with 14 additions and 14 deletions

1
Jenkinsfile vendored
View File

@@ -4,6 +4,7 @@ pipeline {
stage("install") {
steps {
sh 'mamba env update --file environment.yml --prune'
sh 'node --version && npm --version'
sh 'npm install'
}
}