diff --git a/jenkins-scripts/dsl/ignition_collection.dsl b/jenkins-scripts/dsl/ignition_collection.dsl index 055171cb8..6a1999d07 100644 --- a/jenkins-scripts/dsl/ignition_collection.dsl +++ b/jenkins-scripts/dsl/ignition_collection.dsl @@ -29,8 +29,8 @@ ignition_collections = [ 'math' : [ debbuild: 'ign-math6' , branch: 'ign-math6' ], 'plugin' : [ debbuild: 'ign-plugin' , branch: 'ign-plugin1' ], 'utils' : [ debbuild: 'ign-utils1' , branch: 'ign-utils1' ], - 'common' : [ debbuild: 'ign-common4' , branch: 'ign-common4' ], - 'msgs' : [ debbuild: 'ign-msgs8' , branch: 'ign-msgs8' ], + 'common' : [ debbuild: 'ign-common5' , branch: 'main' ], + 'msgs' : [ debbuild: 'ign-msgs9' , branch: 'main' ], 'rendering' : [ debbuild: 'ign-rendering7' , branch: 'main' ], 'sdformat' : [ debbuild: 'sdformat12' , branch: 'sdf12' ], 'fuel-tools': [ debbuild: 'ign-fuel-tools7' , branch: 'ign-fuel-tools7' ],