X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fmetal3%2Fjob_keep_capm3_e2e_tests.yml;h=4f01ed433d28cb9618213426d7052affd423767a;hb=refs%2Fchanges%2F31%2F13531%2F2;hp=185f8d9387ad9a542759dc208551fcc9304c203d;hpb=1de769eb3400f7d29c38ea81939a978b02bee73c;p=infra%2Fcicd.git diff --git a/jjb/metal3/job_keep_capm3_e2e_tests.yml b/jjb/metal3/job_keep_capm3_e2e_tests.yml index 185f8d93..4f01ed43 100644 --- a/jjb/metal3/job_keep_capm3_e2e_tests.yml +++ b/jjb/metal3/job_keep_capm3_e2e_tests.yml @@ -26,8 +26,8 @@ - job-template: id: keep_capm3_e2e_tests - name: '{job_prefix}_keep_{name}_{version}_e2e_test_{image_os}' - description: "CAPM3 {capm3_version} e2e tests for {repo[org]}/{repo[name]} on {image_os}." + name: '{job_prefix}_keep_{proj}_{version}_e2e_test_{image_os}' + description: "CAPM3 {capm3_version} e2e tests for {org}/{repo} on {image_os}." project-type: pipeline defaults: global disabled: False @@ -35,11 +35,11 @@ parameters: - string: name: PROJECT_REPO_ORG - default: '{repo[org]}' + default: '{org}' description: 'Project github repo org name' - string: name: PROJECT_REPO_NAME - default: '{repo[name]}' + default: '{repo}' description: 'Project github repo name' - string: name: ghprbActualCommit @@ -47,7 +47,7 @@ description: 'CI Repo branch for triggering manual build' - string: name: ghprbAuthorRepoGitUrl - default: 'https://github.com/{repo[org]}/{repo[name]}.git' + default: 'https://github.com/{org}/{repo}.git' description: 'CI Repo URL for triggering manual build' - string: name: ghprbTargetBranch @@ -85,7 +85,7 @@ artifact-days-to-keep: -1 artifact-num-to-keep: -1 - github: - url: https://github.com/{repo[org]}/{repo[name]} + url: https://github.com/{org}/{repo} triggers: - github-pull-request: