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 5135f18 commit 66fd6f5
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 @@ -6,10 +6,10 @@ node('linux')
branches: [[name: '*/main']],
doGenerateSubmoduleConfigurations: false,
extensions: [],
userRemoteConfigs: [[url: 'https://github.com/ZOSOpenTools/perlport.git']]])
userRemoteConfigs: [[url: 'https://github.com/zopencommunity/perlport.git']]])
}

stage('Build') {
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/ZOSOpenTools/perlport.git'), string(name: 'PORT_DESCRIPTION', value: 'Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages.' ), string(name: 'NODE_LABEL', value: "v2r4")]
build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/perlport.git'), string(name: 'PORT_DESCRIPTION', value: 'Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages.' ), string(name: 'NODE_LABEL', value: "v2r4")]
}
}

0 comments on commit 66fd6f5

Please sign in to comment.