ci043-add-jenkins-ci #13

Merged
jared merged 36 commits from ci043-add-jenkins-ci into development 2025-06-25 16:40:38 +02:00
Showing only changes of commit d6baaef992 - Show all commits

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline {
agent { label 'nodejs-builder' }
agent { label 'NodeJS-24.2.0r' }
stages {
stage('Install Dependencies') {