Airship: add cleanup jobs for integration tests
[infra/cicd.git] / jjb / airship / job_capi_bm_v1a2_integration_tests_centos.yml
index 7a5cab0168ef0a52ad0ce11ea1fc96d60b340d7d..36c079a2d0575dd42e5d1eb7e32d43ee272cb4d5 100644 (file)
         name: ghprbActualCommit
         default: 'master'
         description: 'CI Repo branch for triggering manual build'
+    - string:
+        name: ghprbAuthorRepoGitUrl
+        default: 'https://github.com/{repo[org]}/{repo[name]}.git'
+        description: 'CI Repo URL for triggering manual build'
     - string:
         name: DISTRIBUTION
         default: 'centos'
         trigger-phrase: '/test-v1a2-centos-integration'
         skip-build-phrase: '/skip-test'
         only-trigger-phrase: True
-        github-hooks: False
+        github-hooks: True
         permit-all: False
         auto-close-on-fail: False
         allow-whitelist-orgs-as-admins: True
         white-list-target-branches:
           - 'master'
-          - 'v1alpha2'
+          - 'release-0.2'
         status-context: "test-v1a2-centos-integration"
         success-status: "Passed"
         failure-status: "Failed"
     pipeline-scm:
       scm:
       - git:
-          url: https://github.com/{ci_github_repo}.git
+          url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
             - '{branch|master}'