Update jenkinsfile
Some checks failed
charlyghislain/charlyghislaindotcom/pipeline/head There was a failure building this commit

This commit is contained in:
cghislai 2022-04-18 01:16:01 +02:00
parent e0a0f26560
commit c50cd318cc

2
Jenkinsfile vendored
View File

@ -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*