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 355e4f3287 - Show all commits

2
Jenkinsfile vendored
View File

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