Skip to content

Commit

Permalink
Merge pull request #76 from ElstonLewis/Add_MKP_to_Jenkins
Browse files Browse the repository at this point in the history
Updated Jenkinsfile for MKP integration
  • Loading branch information
ElstonLewis authored Jun 19, 2024
2 parents aacc37c + cb4cc20 commit 91d187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JenkinsfileMKP
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ for (region in REGIONS.tokenize(",")) {
qa_branches["qa_${region}"] = {
node {
def CUR_OMI_NAME = sh(script: "cat /usr/local/packer/images/${currentRegion}-${base_name}-latest", returnStdout: true).trim()
build(job: 'qai-omi', parameters: [
build(job: 'qai-omi-mkp', parameters: [
string(name: 'OUTSCALE_REGION', value: currentRegion),
string(name: 'TF_VAR_endpoint', value: currentEndpoint),
string(name: 'TF_VAR_image_id', value: CUR_OMI_NAME),
Expand Down

0 comments on commit 91d187b

Please sign in to comment.