Updated pipeline to latest system
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good
All checks were successful
ydeng/audioshowkit/pipeline/head This commit looks good
This commit is contained in:
parent
9b66d513c1
commit
97a01656a1
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -3,8 +3,7 @@ pipeline {
|
||||
stages {
|
||||
stage("install") {
|
||||
steps {
|
||||
sh 'conda env update --file environment.yml'
|
||||
sh 'echo "conda activate audioshowkit" >> ~/.bashrc'
|
||||
sh 'mamba env update --file environment.yml --prefix ./env || mamba env create --force --file environment.yml --prefix ./env'
|
||||
sh 'node --version && npm --version'
|
||||
sh 'npm install'
|
||||
}
|
||||
@ -18,8 +17,7 @@ pipeline {
|
||||
stage("build") {
|
||||
steps {
|
||||
sh 'npm run build:prod'
|
||||
fingerprint "dist/**"
|
||||
archiveArtifacts artifacts: 'dist/audioshowkit.js', followSymlinks: false
|
||||
archiveArtifacts artifacts: 'dist/audioshowkit.js', fingerprint: true, followSymlinks: false, onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
stage("generate docs") {
|
||||
|
@ -14,3 +14,4 @@ dependencies:
|
||||
- nodejs=18.12.1
|
||||
- openssl=3.0.7
|
||||
- zlib=1.2.13
|
||||
prefix: ./env
|
Loading…
Reference in New Issue
Block a user