From bb5ade22c66c5824f08767601707e857aad4e0af Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 1 Jul 2025 07:39:38 +0200 Subject: [PATCH] test jenkins pipeline --- Jenkinsfile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index ea12da3..3ba8407 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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(