From 6052e364251e84b6f7e1f4553dd0d7d9ff5abbec Mon Sep 17 00:00:00 2001 From: methylDragon Date: Wed, 6 Apr 2022 15:04:23 -0700 Subject: [PATCH] Bumps in garden : ign-cmake3 Signed-off-by: methylDragon --- jenkins-scripts/dsl/ignition_collection.dsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins-scripts/dsl/ignition_collection.dsl b/jenkins-scripts/dsl/ignition_collection.dsl index e7492f21b..5bcbb4f45 100644 --- a/jenkins-scripts/dsl/ignition_collection.dsl +++ b/jenkins-scripts/dsl/ignition_collection.dsl @@ -19,7 +19,7 @@ ignition_collections = [ // They're in topological order nightly_jobs: [ 'tools' : [ debbuild: 'ign-tools' , branch: 'ign-tools1' ], - 'cmake' : [ debbuild: 'ign-cmake2' , branch: 'ign-cmake2' ], + 'cmake' : [ debbuild: 'ign-cmake3' , branch: 'main' ], 'utils' : [ debbuild: 'ign-utils1' , branch: 'ign-utils1' ], 'math' : [ debbuild: 'ign-math7' , branch: 'main' ], 'plugin' : [ debbuild: 'ign-plugin' , branch: 'ign-plugin1' ],