Update jenkinsfile
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e0a0f26560
commit
c50cd318cc
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -24,7 +24,7 @@ pipeline {
|
|||
stages {
|
||||
stage ('Build') {
|
||||
steps {
|
||||
nodejs(nodeJSInstallationName: 'node 15', configId: 'npm-global-config') { catchError {
|
||||
nodejs(nodeJSInstallationName: 'node 16', configId: 'npm-global-config') { catchError {
|
||||
ansiColor('xterm') {
|
||||
sh '''
|
||||
rm -rfv dist*
|
||||
|
|
Loading…
Reference in New Issue
Block a user