Fix dependency between `version-tag` and `private-docker-publish` jobs.

ONOS CI has a version-tag job for each repo and the name of
the job is `version-tag_projectname`. This patch fixes also the issue
seen in the docker-publish that cannot find the git tag.

Change-Id: I6c1909f1ce0b8aa5a5458f8e2022b8fb8134d11b
1 file changed
tree: fcf3bc52872ce69cbc46d8cd85da377983bccc5d
  1. .coafile
  2. .editorconfig
  3. .gitignore
  4. .gitmodules
  5. .gitreview
  6. Makefile
  7. README.md
  8. jenkins-scripts/
  9. jenkins.ini.example
  10. jjb/
  11. packer/
  12. scripts/
  13. tox.ini
  14. yamllint.conf
README.md

ONOS ci-management repo

Sets up the CI system for ONOS on Jenkins via Jenkins Job Builder, and the EC2 executor nodes via Packer.

Notable files

  • jjb/defaults.yaml: default values used to parameterize all jjb jobs

  • jjb/onf-macros.yaml: JJB macros used by other jobs that set common behavior and reduce verbosity of normal jobs.

  • jjb/templates/*.yaml: JJB job-templates that are used by other jobs.

  • jjb/repos/*.yaml: normal location of per-gerrit-repo validation jobs, file name is the same as the repo name.