From 890412b451da1c5c8540781081a2db68f6f94fb8 Mon Sep 17 00:00:00 2001 From: Jan Abel Date: Mon, 30 Sep 2024 17:45:47 +0200 Subject: [PATCH] correct repo (container) name - trigger build and deployment to drat --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b4f35123..02be5f2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent any options { disableConcurrentBuilds() } environment { - CUR_PROJ = 'iso-app' // github repo name + CUR_PROJ = 'dssm' // github repo name CUR_PKG_FOLDER = '.' // defaults to root TMP_SUFFIX = """${sh(returnStdout: true, script: 'echo `cat /dev/urandom | tr -dc \'a-z\' | fold -w 6 | head -n 1`')}""" GH_TOKEN = credentials("github-isomemo")