From eabcdf3702b9bc70c5e3e06bc3293f388b872efa Mon Sep 17 00:00:00 2001 From: alexandrev Date: Fri, 14 Feb 2025 12:23:49 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 179ad4e..df0856f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ metadata: spec: type: service lifecycle: experimental - owner: DH_TEAM_ONEMDW""" + owner: CEVA_TIBCO_TEAM""" writeFile file: "catalog-info.yaml", text: yamlContent } @@ -97,7 +97,6 @@ spec: stage('Push to New Repository') { steps { script { - def repoUrl = "gitea:3000/${params.repositoryProject}/${params.repositoryName}.git" sh """ git config --global user.email "tpadmin@tibco.com"