Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

cottsay/buildfarm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server.yaml

To use this it will look for server.yaml in $ROS_HOME/buildfarm for credentials. Put your Jenkins login in this file.

Reconfiguring Jenkins

To reconfigure Jenkins run the create_release_jobs.py script.

If you do not specify a custom workspace the gbp repositories will be cached under /tmp/repo-workspace-ROSDISTRO, so that you only have to update not clone the whole repo every time.

scripts/create_release_jobs.py groovy --commit

If a package has been renamed or removed use the --delete option to remove jobs other than the ones just configured.

Triggering new builds

Once you have made a new release into a gbp repo, and updated the version number in the rosdistro.yaml file. Run trigger_missing.py

scripts/trigger_missing.py --sourcedeb-only groovy --commit

To retrigger all job generating Debian packages where the package does not yet exist run:

scripts/trigger_missing.py groovy --commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages

  • Python 75.8%
  • EmberScript 14.9%
  • Shell 4.1%
  • JavaScript 2.9%
  • Makefile 1.2%
  • CSS 1.1%