jenkins-docker #17

Merged
jared merged 26 commits from jenkins-docker into development 2025-07-01 13:30:25 +02:00
Showing only changes of commit bb5ade22c6 - Show all commits

20
Jenkinsfile vendored
View File

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