Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Push the updated yaml file with the jjb configuration to Gerrit.
  • In Gerrit for , go to the change set to verify, open .

  • Open the "Download" dialog.

  • Copy "Checkout" line, it looks like this:
                 git fetch "https://gerrit.o-ran-sc.org/r/sim/a1-interface" refs/changes/62/2962/1 && git checkout FETCH_HEAD

  • Paste it in an editor and copy the following part:
                 refs/changes/62/2962/1

  • Go to the Jenkins sand boxsandbox, https://jenkins.o-ran-sc.org/sandbox/view/All/.

  • Login.

  • Find your job and click build with parameters,

  • On that screen, find these fields:
                 GERRIT_BRANCH
                 GERRIT_REFSPEC

  • Paste that "refs/changes/" string into BOTH fields, then click the "Build" button.

...