From ceb95161e30e943d27d7ad2a5a36415ff665024d Mon Sep 17 00:00:00 2001 From: Igor Todorovski Date: Fri, 20 Sep 2024 17:21:19 -0400 Subject: [PATCH] Change organization to zopencommunity --- cicd.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd.groovy b/cicd.groovy index b8dcf29..7b46c99 100644 --- a/cicd.groovy +++ b/cicd.groovy @@ -7,9 +7,9 @@ node('linux') branches: [[name: '*/main']], doGenerateSubmoduleConfigurations: false, extensions: [], - userRemoteConfigs: [[url: "https://github.com/ZOSOpenTools/metaport.git"]]]) + userRemoteConfigs: [[url: "https://github.com/zopencommunity/metaport.git"]]]) } stage('Build') { - build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/metaport.git'), string(name: 'PORT_DESCRIPTION', value: 'A set of utilities for z/OS Open Tools' )] + build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/metaport.git'), string(name: 'PORT_DESCRIPTION', value: 'A set of utilities for z/OS Open Tools' )] } }