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 56cfd79687 - Show all commits

6
Jenkinsfile vendored
View File

@@ -28,6 +28,12 @@ pipeline {
sh 'npm run build' sh 'npm run build'
} }
} }
stage('Containerize') {
steps {
sh 'docker -h'
}
}
} }
post { post {