Skip to content

full-build/ci-server-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Here are receipes for building on various CI

Gerrit-Jenkins-Windows

folder gerrit-jenkins-windows allows you run a complete build (build-master.md) but also to build patches from gerrit (for verification).

build-master.md requires parameters in this order:

  • base url of Gerrit server: ${GERRIT_SCHEME}://${GERRIT_HOST}:${GERRIT_PORT}/
  • branch : branch to build (master for eg)
  • buildall : true if build from scratch or false for incremental build

build-gerrit.md requires parameters in this order:

  • repository: ${GERRIT_PROJECT}
  • branch: ${GERRIT_BRANCH}
  • REFSPEC: ${GERRIT_REFSPEC}
  • base url of Gerrit server: ${GERRIT_SCHEME}://${GERRIT_HOST}:${GERRIT_PORT}/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published