Versioonide võrdlemine

Selgitus

  • See rida lisati.
  • See rida eemaldati.
  • Vorminduse muutmine.

...

  1. Add Dockerfile and necessary scripts that completes complete the building of artifacts;  test it locally, submit and merge the change;
  2. Create a new yaml file to the ci-management repo at jjb/{{transformed_repo_name}}/{{transformed_repo_name}}.yaml, where the "transformation" is to replace '/' by '-', by copying from a similar repo; modify the file; submit the change to Gerrit for ci-management committers for review.
    1. There is a Jenkins SandBox that can be used for testing JJB definition before submitting to Gerrit for reviewing.  Detailed documentation for how to use the sandbox can be found here: https://docs.releng.linuxfoundation.org/en/latest/jenkins-sandbox.html
  3. Once the ci-management change is merged, find the newly defined jobs appearing at http://jenkins.o-ran-sc.org under the {{transformed_repo_name}} tab.  This is job definition.  No build job will start until they are triggered.  The jobs will start  You will not likely see the jobs actually started because they will only tart when one of the Gerrit or timestamp trigger is activated. 

...