build: refs #6706 hook test

This commit is contained in:
Juan Ferrer 2024-01-30 23:06:12 +01:00
parent e4f62e4e06
commit 67db31e39b
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -9,13 +9,13 @@ pipeline {
options {
disableConcurrentBuilds()
}
tools {
nodejs 'node-v20'
}
environment {
PROJECT_NAME = 'salix'
STACK_NAME = "${env.PROJECT_NAME}-${env.BRANCH_NAME}"
}
tools {
nodejs 'node-v20'
}
stages {
stage('Checkout') {
steps {