use defaults for scm 34/20734/1
authorMohammed Boukhalfa <mohammed.boukhalfa@est.tech>
Fri, 8 Mar 2024 16:19:33 +0000 (18:19 +0200)
committerMohammed Boukhalfa <mohammed.boukhalfa@est.tech>
Fri, 8 Mar 2024 16:19:33 +0000 (18:19 +0200)
Change-Id: I2a41efd7e5bbbb236f1dbab62e1981b70cc68229

jjb/metal3/job_capm3_e2e_basic_tests.yml

index 05f89af4ff28bb3d3d3152e99d53604773ab22ec..ead55d191becd29e19b49a8f28e9f9a2c4e5d808 100644 (file)
     pipeline-scm:
       scm:
       - git:
-          url: "https://github.com/Nordix/metal3-project-infra.git"
+          url: "{ci_github_repo}"
           credentials-id: "{ci_github_jenkins_credentials_id}"
           branches:
-            - 'fetch-changes-from-pr-id/mboukhalfa'
+            - '{branch|main}'
           name: 'origin'
           refspec: '+refs/heads/*:refs/remotes/origin/*'
           wipe-workspace: True