Skip to content

Commit

Permalink
Change organization to zopencommunity
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Sep 20, 2024
1 parent f8a62e4 commit ceb9516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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' )]
}
}

0 comments on commit ceb9516

Please sign in to comment.