fixed push image
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-25 15:15:58 +02:00
parent 1c394dff72
commit 997ef6e30d

12
Jenkinsfile vendored
View File

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