From 29398698161c15396c55cdeae02259e3e9ad6475 Mon Sep 17 00:00:00 2001 From: Jared Date: Tue, 1 Jul 2025 08:29:26 +0200 Subject: [PATCH] renamed image tag --- Jenkinsfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6d88774..817e3de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,6 @@ pipeline { // environment { // REGISTRY = 'https://gitea.innovation-hub-niedersachsen.de/' - // IMAGE = 'tatort-app' // USER = 'jared' // TOKEN = credentials('c661e484bb4f032f8a0a5b02cda6f3344ca584b5') // } @@ -44,7 +43,7 @@ pipeline { steps { echo 'Start Pushing' script { - def tag = "innohub/tatort:${env.BUILD_ID}-dev" + def tag = "innohub/tatort-dev:${env.BUILD_ID}" docker.withRegistry('https://gitea.innovation-hub-niedersachsen.de', 'JenkinsGitea') { docker.build(tag, '-f Dockerfile.dev .').push() } @@ -53,15 +52,6 @@ pipeline { } } - // stage('Build') { - // when { - // branch 'development' - // } - // steps { - // sh 'npm run build' - // } - // } - post { success { echo 'Pipeline erfolgreich!'