test jenkins pipeline
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-01 07:39:38 +02:00
parent be4e351217
commit bb5ade22c6

20
Jenkinsfile vendored
View File

@@ -5,17 +5,17 @@ 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')
// }
parameters {
string(name: 'REPO_NAME', defaultValue: '', description: 'Repo Name')
string(name: 'GIT_REF', defaultValue: '', description: 'Git Ref')
}
// parameters {
// string(name: 'REPO_NAME', defaultValue: '', description: 'Repo Name')
// string(name: 'GIT_REF', defaultValue: '', description: 'Git Ref')
// }
options {
buildDiscarder(