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 b2e00eb030 - Show all commits

4
Jenkinsfile vendored
View File

@@ -2,6 +2,10 @@
pipeline { pipeline {
agent any agent any
tools {
nodejs 'NodeJS-24.2.0'
}
stages { stages {
stage('Install Dependencies') { stage('Install Dependencies') {
steps { steps {