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 997ef6e30d - Show all commits

12
Jenkinsfile vendored
View File

@@ -6,12 +6,12 @@ pipeline {
nodejs 'NodeJS-24.2.0'
}
environment {
REGISTRY = 'https://gitea.innovation-hub-niedersachsen.de/'
IMAGE = 'tatort-app'
USER = 'jared'
TOKEN = credentials('c661e484bb4f032f8a0a5b02cda6f3344ca584b5')
}
// environment {
// REGISTRY = 'https://gitea.innovation-hub-niedersachsen.de/'
// IMAGE = 'tatort-app'
// USER = 'jared'
// TOKEN = credentials('c661e484bb4f032f8a0a5b02cda6f3344ca584b5')
// }
stages {
stage('Install Dependencies') {