Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix brew ign- formula names #1068

Merged
merged 5 commits into from
Nov 13, 2023
Merged

Conversation

j-rivero
Copy link
Contributor

My approach in this PR has been trying to be explicit with the checkout directory for brew instead of trying to calculate it from PROJECT (lib name) and PROJECT_FORMULA. Accept to pass environment variables to the values and fallback to keep current behaviour, see 8c175f4.

Change DSL to use that approach in 03cc3d0

Refactoring code to use a single function to setup the bash call, I disliked the idea of having PROJECT_FORMULA from DSL since it really has no notion of "package-name" so I removed it and leaved as it was before (using PROJECT + detect_cmake_major_version and just fix the ign- value when going to the project to be ignition-, see def8917

@j-rivero j-rivero requested a review from scpeters November 10, 2023 19:15
@j-rivero
Copy link
Contributor Author

Diff looks good to me, changes in ignition:

diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml	2023-11-10 19:17:04.177286064 +0000
+++ /tmp/pr_xml_configuration/gz_cmake-ci-gz-cmake3-homebrew-amd64.xml	2023-11-10 19:15:40.386332747 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-cmake"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-cmake"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml	2023-11-10 19:17:04.021288050 +0000
+++ /tmp/pr_xml_configuration/gz_cmake-ci-ign-cmake2-homebrew-amd64.xml	2023-11-10 19:15:40.230334674 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-cmake"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-cmake"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml	2023-11-10 19:17:04.257285042 +0000
+++ /tmp/pr_xml_configuration/gz_cmake-ci-main-homebrew-amd64.xml	2023-11-10 19:15:40.466331759 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-cmake"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-cmake"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:04.337284021 +0000
+++ /tmp/pr_xml_configuration/gz_cmake-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:40.546330771 +0000
@@ -103,7 +103,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-cmake"
+export PROJECT_PATH="gz-cmake"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-cmake"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml	2023-11-10 19:17:08.989224627 +0000
+++ /tmp/pr_xml_configuration/gz_common-ci-gz-common5-homebrew-amd64.xml	2023-11-10 19:15:45.206273221 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-common"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-common"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml	2023-11-10 19:17:08.829226671 +0000
+++ /tmp/pr_xml_configuration/gz_common-ci-ign-common4-homebrew-amd64.xml	2023-11-10 19:15:45.050275146 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-common"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-common"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_common-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_common-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_common-ci-main-homebrew-amd64.xml	2023-11-10 19:17:09.069223606 +0000
+++ /tmp/pr_xml_configuration/gz_common-ci-main-homebrew-amd64.xml	2023-11-10 19:15:45.286272234 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-common"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-common"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:09.145222636 +0000
+++ /tmp/pr_xml_configuration/gz_common-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:45.366271247 +0000
@@ -103,7 +103,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-common"
+export PROJECT_PATH="gz-common"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-common"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools8-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools8-homebrew-amd64.xml	2023-11-10 19:17:12.013186020 +0000
+++ /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools8-homebrew-amd64.xml	2023-11-10 19:15:48.242235761 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-fuel-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-fuel-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml	2023-11-10 19:17:12.093185010 +0000
+++ /tmp/pr_xml_configuration/gz_fuel_tools-ci-gz-fuel-tools9-homebrew-amd64.xml	2023-11-10 19:15:48.322234773 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-fuel-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-fuel-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml	2023-11-10 19:17:11.933187041 +0000
+++ /tmp/pr_xml_configuration/gz_fuel_tools-ci-ign-fuel-tools7-homebrew-amd64.xml	2023-11-10 19:15:48.166236698 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-fuel-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-fuel-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml	2023-11-10 19:17:12.169184070 +0000
+++ /tmp/pr_xml_configuration/gz_fuel_tools-ci-main-homebrew-amd64.xml	2023-11-10 19:15:48.402233786 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-fuel-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-fuel-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:12.249183081 +0000
+++ /tmp/pr_xml_configuration/gz_fuel_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:48.478232848 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-fuel-tools"
+export PROJECT_PATH="gz-fuel-tools"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-fuel-tools"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_gui-ci-gz-gui7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_gui-ci-gz-gui7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_gui-ci-gz-gui7-homebrew-amd64.xml	2023-11-10 19:17:14.073160522 +0000
+++ /tmp/pr_xml_configuration/gz_gui-ci-gz-gui7-homebrew-amd64.xml	2023-11-10 19:15:50.318210145 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-gui"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-gui"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml	2023-11-10 19:17:14.149159582 +0000
+++ /tmp/pr_xml_configuration/gz_gui-ci-gz-gui8-homebrew-amd64.xml	2023-11-10 19:15:50.394209207 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-gui"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-gui"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml	2023-11-10 19:17:13.993161512 +0000
+++ /tmp/pr_xml_configuration/gz_gui-ci-ign-gui6-homebrew-amd64.xml	2023-11-10 19:15:50.238211132 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-gui"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-gui"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml	2023-11-10 19:17:14.229158592 +0000
+++ /tmp/pr_xml_configuration/gz_gui-ci-main-homebrew-amd64.xml	2023-11-10 19:15:50.474208220 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-gui"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-gui"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:14.305157652 +0000
+++ /tmp/pr_xml_configuration/gz_gui-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:50.554207233 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-gui"
+export PROJECT_PATH="gz-gui"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-gui"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_launch-ci-gz-launch6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_launch-ci-gz-launch6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_launch-ci-gz-launch6-homebrew-amd64.xml	2023-11-10 19:17:18.173109814 +0000
+++ /tmp/pr_xml_configuration/gz_launch-ci-gz-launch6-homebrew-amd64.xml	2023-11-10 19:15:54.418159620 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-launch"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-launch"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml	2023-11-10 19:17:18.253108825 +0000
+++ /tmp/pr_xml_configuration/gz_launch-ci-gz-launch7-homebrew-amd64.xml	2023-11-10 19:15:54.498158635 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-launch"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-launch"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml	2023-11-10 19:17:18.097110755 +0000
+++ /tmp/pr_xml_configuration/gz_launch-ci-ign-launch5-homebrew-amd64.xml	2023-11-10 19:15:54.342160555 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-launch"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-launch"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_launch-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_launch-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_launch-ci-main-homebrew-amd64.xml	2023-11-10 19:17:18.329107885 +0000
+++ /tmp/pr_xml_configuration/gz_launch-ci-main-homebrew-amd64.xml	2023-11-10 19:15:54.578157649 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-launch"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-launch"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:18.409106895 +0000
+++ /tmp/pr_xml_configuration/gz_launch-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:54.658156664 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-launch"
+export PROJECT_PATH="gz-launch"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-launch"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml	2023-11-10 19:17:07.057249294 +0000
+++ /tmp/pr_xml_configuration/gz_math-ci-gz-math7-homebrew-amd64.xml	2023-11-10 19:15:43.290296872 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-math"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-math"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml	2023-11-10 19:17:06.897251337 +0000
+++ /tmp/pr_xml_configuration/gz_math-ci-ign-math6-homebrew-amd64.xml	2023-11-10 19:15:43.134298799 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-math"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-math"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_math-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_math-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_math-ci-main-homebrew-amd64.xml	2023-11-10 19:17:07.137248273 +0000
+++ /tmp/pr_xml_configuration/gz_math-ci-main-homebrew-amd64.xml	2023-11-10 19:15:43.370295884 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-math"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-math"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:07.213247302 +0000
+++ /tmp/pr_xml_configuration/gz_math-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:43.450294896 +0000
@@ -103,7 +103,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-math"
+export PROJECT_PATH="gz-math"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-math"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml	2023-11-10 19:17:10.013211554 +0000
+++ /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs10-homebrew-amd64.xml	2023-11-10 19:15:46.238260488 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-msgs"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-msgs"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs9-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs9-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_msgs-ci-gz-msgs9-homebrew-amd64.xml	2023-11-10 19:17:09.933212575 +0000
+++ /tmp/pr_xml_configuration/gz_msgs-ci-gz-msgs9-homebrew-amd64.xml	2023-11-10 19:15:46.158261475 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-msgs"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-msgs"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml	2023-11-10 19:17:09.857213546 +0000
+++ /tmp/pr_xml_configuration/gz_msgs-ci-ign-msgs8-homebrew-amd64.xml	2023-11-10 19:15:46.078262462 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-msgs"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-msgs"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml	2023-11-10 19:17:10.093210533 +0000
+++ /tmp/pr_xml_configuration/gz_msgs-ci-main-homebrew-amd64.xml	2023-11-10 19:15:46.314259550 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-msgs"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-msgs"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:10.173209511 +0000
+++ /tmp/pr_xml_configuration/gz_msgs-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:46.394258563 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-msgs"
+export PROJECT_PATH="gz-msgs"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-msgs"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_physics-ci-gz-physics6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_physics-ci-gz-physics6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_physics-ci-gz-physics6-homebrew-amd64.xml	2023-11-10 19:17:16.113135292 +0000
+++ /tmp/pr_xml_configuration/gz_physics-ci-gz-physics6-homebrew-amd64.xml	2023-11-10 19:15:52.370184836 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-physics"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-physics"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml	2023-11-10 19:17:16.193134302 +0000
+++ /tmp/pr_xml_configuration/gz_physics-ci-gz-physics7-homebrew-amd64.xml	2023-11-10 19:15:52.446183900 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-physics"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-physics"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml	2023-11-10 19:17:16.037136232 +0000
+++ /tmp/pr_xml_configuration/gz_physics-ci-ign-physics5-homebrew-amd64.xml	2023-11-10 19:15:52.290185821 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-physics"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-physics"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml	2023-11-10 19:17:16.269133362 +0000
+++ /tmp/pr_xml_configuration/gz_physics-ci-main-homebrew-amd64.xml	2023-11-10 19:15:52.526182915 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-physics"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-physics"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:16.349132373 +0000
+++ /tmp/pr_xml_configuration/gz_physics-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:52.606181929 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-physics"
+export PROJECT_PATH="gz-physics"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-physics"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml	2023-11-10 19:17:08.013237089 +0000
+++ /tmp/pr_xml_configuration/gz_plugin-ci-gz-plugin2-homebrew-amd64.xml	2023-11-10 19:15:44.258284918 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-plugin"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-plugin"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml	2023-11-10 19:17:07.857239080 +0000
+++ /tmp/pr_xml_configuration/gz_plugin-ci-ign-plugin1-homebrew-amd64.xml	2023-11-10 19:15:44.098286893 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-plugin"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-plugin"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml	2023-11-10 19:17:08.097236016 +0000
+++ /tmp/pr_xml_configuration/gz_plugin-ci-main-homebrew-amd64.xml	2023-11-10 19:15:44.334283981 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-plugin"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-plugin"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:08.177234995 +0000
+++ /tmp/pr_xml_configuration/gz_plugin-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:44.414282993 +0000
@@ -103,7 +103,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-plugin"
+export PROJECT_PATH="gz-plugin"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-plugin"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering7-homebrew-amd64.xml	2023-11-10 19:17:10.969199348 +0000
+++ /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering7-homebrew-amd64.xml	2023-11-10 19:15:47.202248593 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-rendering"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-rendering"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml	2023-11-10 19:17:11.057198225 +0000
+++ /tmp/pr_xml_configuration/gz_rendering-ci-gz-rendering8-homebrew-amd64.xml	2023-11-10 19:15:47.278247655 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-rendering"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-rendering"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml	2023-11-10 19:17:10.893200319 +0000
+++ /tmp/pr_xml_configuration/gz_rendering-ci-ign-rendering6-homebrew-amd64.xml	2023-11-10 19:15:47.122249580 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-rendering"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-rendering"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml	2023-11-10 19:17:11.137197204 +0000
+++ /tmp/pr_xml_configuration/gz_rendering-ci-main-homebrew-amd64.xml	2023-11-10 19:15:47.358246668 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-rendering"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-rendering"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:11.217196182 +0000
+++ /tmp/pr_xml_configuration/gz_rendering-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:47.438245681 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-rendering"
+export PROJECT_PATH="gz-rendering"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-rendering"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors7-homebrew-amd64.xml	2023-11-10 19:17:15.093147907 +0000
+++ /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors7-homebrew-amd64.xml	2023-11-10 19:15:51.342197510 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sensors"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sensors"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml	2023-11-10 19:17:15.173146918 +0000
+++ /tmp/pr_xml_configuration/gz_sensors-ci-gz-sensors8-homebrew-amd64.xml	2023-11-10 19:15:51.422196523 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sensors"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sensors"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml	2023-11-10 19:17:15.017148847 +0000
+++ /tmp/pr_xml_configuration/gz_sensors-ci-ign-sensors6-homebrew-amd64.xml	2023-11-10 19:15:51.266198448 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sensors"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sensors"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml	2023-11-10 19:17:15.253145928 +0000
+++ /tmp/pr_xml_configuration/gz_sensors-ci-main-homebrew-amd64.xml	2023-11-10 19:15:51.502195535 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sensors"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sensors"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:15.329144988 +0000
+++ /tmp/pr_xml_configuration/gz_sensors-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:51.582194549 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-sensors"
+export PROJECT_PATH="gz-sensors"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sensors"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sim-ci-gz-sim7-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sim-ci-gz-sim7-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sim-ci-gz-sim7-homebrew-amd64.xml	2023-11-10 19:17:17.153122429 +0000
+++ /tmp/pr_xml_configuration/gz_sim-ci-gz-sim7-homebrew-amd64.xml	2023-11-10 19:15:53.394172228 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sim"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sim"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml	2023-11-10 19:17:17.229121489 +0000
+++ /tmp/pr_xml_configuration/gz_sim-ci-gz-sim8-homebrew-amd64.xml	2023-11-10 19:15:53.474171242 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sim"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sim"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml	2023-11-10 19:17:17.073123419 +0000
+++ /tmp/pr_xml_configuration/gz_sim-ci-ign-gazebo6-homebrew-amd64.xml	2023-11-10 19:15:53.318173163 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sim"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sim"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml	2023-11-10 19:17:17.309120500 +0000
+++ /tmp/pr_xml_configuration/gz_sim-ci-main-homebrew-amd64.xml	2023-11-10 19:15:53.554170258 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-sim"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sim"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:17.385119560 +0000
+++ /tmp/pr_xml_configuration/gz_sim-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:53.630169322 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-sim"
+export PROJECT_PATH="gz-sim"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-sim"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml	2023-11-10 19:17:05.133273859 +0000
+++ /tmp/pr_xml_configuration/gz_tools-ci-gz-tools2-homebrew-amd64.xml	2023-11-10 19:15:41.370320591 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml	2023-11-10 19:17:04.897276872 +0000
+++ /tmp/pr_xml_configuration/gz_tools-ci-ign-tools1-homebrew-amd64.xml	2023-11-10 19:15:41.134323507 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml	2023-11-10 19:17:05.213272837 +0000
+++ /tmp/pr_xml_configuration/gz_tools-ci-main-homebrew-amd64.xml	2023-11-10 19:15:41.450319603 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-tools"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-tools"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:05.289271867 +0000
+++ /tmp/pr_xml_configuration/gz_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:41.538318516 +0000
@@ -103,7 +103,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-tools"
+export PROJECT_PATH="gz-tools"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-tools"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_transport-ci-gz-transport12-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_transport-ci-gz-transport12-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_transport-ci-gz-transport12-homebrew-amd64.xml	2023-11-10 19:17:13.045173236 +0000
+++ /tmp/pr_xml_configuration/gz_transport-ci-gz-transport12-homebrew-amd64.xml	2023-11-10 19:15:49.274223027 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-transport"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-transport"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml	2023-11-10 19:17:13.121172296 +0000
+++ /tmp/pr_xml_configuration/gz_transport-ci-gz-transport13-homebrew-amd64.xml	2023-11-10 19:15:49.354222039 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-transport"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-transport"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml	2023-11-10 19:17:12.965174225 +0000
+++ /tmp/pr_xml_configuration/gz_transport-ci-ign-transport11-homebrew-amd64.xml	2023-11-10 19:15:49.194224014 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-transport"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-transport"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml	2023-11-10 19:17:13.201171307 +0000
+++ /tmp/pr_xml_configuration/gz_transport-ci-main-homebrew-amd64.xml	2023-11-10 19:15:49.430221101 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-transport"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-transport"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:13.281170317 +0000
+++ /tmp/pr_xml_configuration/gz_transport-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:49.510220115 +0000
@@ -106,7 +106,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-transport"
+export PROJECT_PATH="gz-transport"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-transport"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml	2023-11-10 19:17:06.085261704 +0000
+++ /tmp/pr_xml_configuration/gz_utils-ci-gz-utils2-homebrew-amd64.xml	2023-11-10 19:15:42.338308633 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-utils"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-utils"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml	2023-11-10 19:17:05.921263797 +0000
+++ /tmp/pr_xml_configuration/gz_utils-ci-ign-utils1-homebrew-amd64.xml	2023-11-10 19:15:42.178310610 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-utils"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-utils"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml	2023-11-10 19:17:06.169260632 +0000
+++ /tmp/pr_xml_configuration/gz_utils-ci-main-homebrew-amd64.xml	2023-11-10 19:15:42.418307645 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="gz-utils"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-utils"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:06.249259610 +0000
+++ /tmp/pr_xml_configuration/gz_utils-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:42.498306656 +0000
@@ -103,7 +103,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "gz-utils"
+export PROJECT_PATH="gz-utils"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "gz-utils"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_cmake-ci-ign-cmake2-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_cmake-ci-ign-cmake2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_cmake-ci-ign-cmake2-homebrew-amd64.xml	2023-11-10 19:16:57.093375334 +0000
+++ /tmp/pr_xml_configuration/ign_cmake-ci-ign-cmake2-homebrew-amd64.xml	2023-11-10 19:15:33.278420636 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-cmake"
+export PROJECT_PATH="ign-cmake"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-cmake"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:57.173374326 +0000
+++ /tmp/pr_xml_configuration/ign_cmake-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:33.358419646 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-cmake"
+export PROJECT_PATH="ign-cmake"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-cmake"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_common-ci-ign-common3-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_common-ci-ign-common3-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_common-ci-ign-common3-homebrew-amd64.xml	2023-11-10 19:16:58.633355932 +0000
+++ /tmp/pr_xml_configuration/ign_common-ci-ign-common3-homebrew-amd64.xml	2023-11-10 19:15:34.818401565 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-common"
+export PROJECT_PATH="ign-common"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-common"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:58.713354924 +0000
+++ /tmp/pr_xml_configuration/ign_common-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:34.898400574 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-common"
+export PROJECT_PATH="ign-common"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-common"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_fuel_tools-ci-ign-fuel-tools4-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_fuel_tools-ci-ign-fuel-tools4-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_fuel_tools-ci-ign-fuel-tools4-homebrew-amd64.xml	2023-11-10 19:17:01.189323730 +0000
+++ /tmp/pr_xml_configuration/ign_fuel_tools-ci-ign-fuel-tools4-homebrew-amd64.xml	2023-11-10 19:15:37.406369561 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-fuel-tools"
+export PROJECT_PATH="ign-fuel-tools"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-fuel-tools"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:01.269322722 +0000
+++ /tmp/pr_xml_configuration/ign_fuel_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:37.486368573 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-fuel-tools"
+export PROJECT_PATH="ign-fuel-tools"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-fuel-tools"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_gazebo-ci-ign-gazebo3-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_gazebo-ci-ign-gazebo3-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_gazebo-ci-ign-gazebo3-homebrew-amd64.xml	2023-11-10 19:17:03.225298079 +0000
+++ /tmp/pr_xml_configuration/ign_gazebo-ci-ign-gazebo3-homebrew-amd64.xml	2023-11-10 19:15:39.434344508 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-gazebo"
+export PROJECT_PATH="ign-gazebo"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-gazebo"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:03.305297071 +0000
+++ /tmp/pr_xml_configuration/ign_gazebo-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:39.514343520 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-gazebo"
+export PROJECT_PATH="ign-gazebo"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-gazebo"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_gui-ci-ign-gui3-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_gui-ci-ign-gui3-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_gui-ci-ign-gui3-homebrew-amd64.xml	2023-11-10 19:17:02.033313096 +0000
+++ /tmp/pr_xml_configuration/ign_gui-ci-ign-gui3-homebrew-amd64.xml	2023-11-10 19:15:38.230359382 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-gui"
+export PROJECT_PATH="ign-gui"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-gui"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:02.113312089 +0000
+++ /tmp/pr_xml_configuration/ign_gui-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:38.306358443 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-gui"
+export PROJECT_PATH="ign-gui"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-gui"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_launch-ci-ign-launch2-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_launch-ci-ign-launch2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_launch-ci-ign-launch2-homebrew-amd64.xml	2023-11-10 19:17:03.625293039 +0000
+++ /tmp/pr_xml_configuration/ign_launch-ci-ign-launch2-homebrew-amd64.xml	2023-11-10 19:15:39.834339566 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-launch"
+export PROJECT_PATH="ign-launch"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-launch"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:03.701292082 +0000
+++ /tmp/pr_xml_configuration/ign_launch-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:39.914338578 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-launch"
+export PROJECT_PATH="ign-launch"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-launch"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_math-ci-ign-math6-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_math-ci-ign-math6-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_math-ci-ign-math6-homebrew-amd64.xml	2023-11-10 19:16:57.821366162 +0000
+++ /tmp/pr_xml_configuration/ign_math-ci-ign-math6-homebrew-amd64.xml	2023-11-10 19:15:34.006411621 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-math"
+export PROJECT_PATH="ign-math"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-math"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:57.901365154 +0000
+++ /tmp/pr_xml_configuration/ign_math-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:34.086410630 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-math"
+export PROJECT_PATH="ign-math"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-math"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_msgs-ci-ign-msgs5-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_msgs-ci-ign-msgs5-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_msgs-ci-ign-msgs5-homebrew-amd64.xml	2023-11-10 19:16:59.037350842 +0000
+++ /tmp/pr_xml_configuration/ign_msgs-ci-ign-msgs5-homebrew-amd64.xml	2023-11-10 19:15:35.222396563 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-msgs"
+export PROJECT_PATH="ign-msgs"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-msgs"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:59.117349835 +0000
+++ /tmp/pr_xml_configuration/ign_msgs-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:35.302395572 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-msgs"
+export PROJECT_PATH="ign-msgs"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-msgs"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_physics-ci-ign-physics2-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_physics-ci-ign-physics2-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_physics-ci-ign-physics2-homebrew-amd64.xml	2023-11-10 19:17:02.829303068 +0000
+++ /tmp/pr_xml_configuration/ign_physics-ci-ign-physics2-homebrew-amd64.xml	2023-11-10 19:15:39.034349449 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-physics"
+export PROJECT_PATH="ign-physics"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-physics"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:02.909302060 +0000
+++ /tmp/pr_xml_configuration/ign_physics-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:39.114348461 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-physics"
+export PROJECT_PATH="ign-physics"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-physics"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_plugin-ci-ign-plugin1-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_plugin-ci-ign-plugin1-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_plugin-ci-ign-plugin1-homebrew-amd64.xml	2023-11-10 19:16:58.221361123 +0000
+++ /tmp/pr_xml_configuration/ign_plugin-ci-ign-plugin1-homebrew-amd64.xml	2023-11-10 19:15:34.410406618 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-plugin"
+export PROJECT_PATH="ign-plugin"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-plugin"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:58.309360014 +0000
+++ /tmp/pr_xml_configuration/ign_plugin-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:34.490405627 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-plugin"
+export PROJECT_PATH="ign-plugin"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-plugin"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_rendering-ci-ign-rendering3-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_rendering-ci-ign-rendering3-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_rendering-ci-ign-rendering3-homebrew-amd64.xml	2023-11-10 19:16:59.437345802 +0000
+++ /tmp/pr_xml_configuration/ign_rendering-ci-ign-rendering3-homebrew-amd64.xml	2023-11-10 19:15:35.622391608 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-rendering"
+export PROJECT_PATH="ign-rendering"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-rendering"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:59.517344795 +0000
+++ /tmp/pr_xml_configuration/ign_rendering-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:35.702390618 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-rendering"
+export PROJECT_PATH="ign-rendering"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-rendering"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_sensors-ci-ign-sensors3-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_sensors-ci-ign-sensors3-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_sensors-ci-ign-sensors3-homebrew-amd64.xml	2023-11-10 19:17:02.433308057 +0000
+++ /tmp/pr_xml_configuration/ign_sensors-ci-ign-sensors3-homebrew-amd64.xml	2023-11-10 19:15:38.626354489 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-sensors"
+export PROJECT_PATH="ign-sensors"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-sensors"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:02.513307049 +0000
+++ /tmp/pr_xml_configuration/ign_sensors-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:38.710353451 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-sensors"
+export PROJECT_PATH="ign-sensors"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-sensors"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_tools-ci-ign-tools1-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_tools-ci-ign-tools1-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_tools-ci-ign-tools1-homebrew-amd64.xml	2023-11-10 19:16:57.417371252 +0000
+++ /tmp/pr_xml_configuration/ign_tools-ci-ign-tools1-homebrew-amd64.xml	2023-11-10 19:15:33.602416624 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-tools"
+export PROJECT_PATH="ign-tools"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-tools"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:16:57.497370244 +0000
+++ /tmp/pr_xml_configuration/ign_tools-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:33.682415634 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-tools"
+export PROJECT_PATH="ign-tools"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-tools"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_transport-ci-ign-transport8-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_transport-ci-ign-transport8-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_transport-ci-ign-transport8-homebrew-amd64.xml	2023-11-10 19:17:01.609318438 +0000
+++ /tmp/pr_xml_configuration/ign_transport-ci-ign-transport8-homebrew-amd64.xml	2023-11-10 19:15:37.818364471 +0000
@@ -69,7 +69,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ign-transport"
+export PROJECT_PATH="ign-transport"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-transport"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:01.697317330 +0000
+++ /tmp/pr_xml_configuration/ign_transport-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:37.906363384 +0000
@@ -97,7 +97,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "ign-transport"
+export PROJECT_PATH="ign-transport"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "ignition-transport"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/sdformat-ci-main-homebrew-amd64.xml /tmp/pr_xml_configuration/sdformat-ci-main-homebrew-amd64.xml
--- /tmp/current_xml_configuration/sdformat-ci-main-homebrew-amd64.xml	2023-11-10 19:17:00.153336782 +0000
+++ /tmp/pr_xml_configuration/sdformat-ci-main-homebrew-amd64.xml	2023-11-10 19:15:36.342382705 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="sdformat"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "sdformat"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/sdformat-ci-pr_any-homebrew-amd64.xml /tmp/pr_xml_configuration/sdformat-ci-pr_any-homebrew-amd64.xml
--- /tmp/current_xml_configuration/sdformat-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:17:00.233335774 +0000
+++ /tmp/pr_xml_configuration/sdformat-ci-pr_any-homebrew-amd64.xml	2023-11-10 19:15:36.422381717 +0000
@@ -109,7 +109,8 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
-/bin/bash -xe "./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash" "sdformat"
+export PROJECT_PATH="sdformat"
+/bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "sdformat"
 </command>
         </hudson.tasks.Shell>
     </builders>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml /tmp/pr_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml
--- /tmp/current_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml	2023-11-10 19:16:59.917339755 +0000
+++ /tmp/pr_xml_configuration/sdformat-ci-sdf12-homebrew-amd64.xml	2023-11-10 19:15:36.102385670 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="sdformat"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "sdformat"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/sdformat-ci-sdf13-homebrew-amd64.xml /tmp/pr_xml_configuration/sdformat-ci-sdf13-homebrew-amd64.xml
--- /tmp/current_xml_configuration/sdformat-ci-sdf13-homebrew-amd64.xml	2023-11-10 19:16:59.997338748 +0000
+++ /tmp/pr_xml_configuration/sdformat-ci-sdf13-homebrew-amd64.xml	2023-11-10 19:15:36.182384681 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="sdformat"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "sdformat"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml /tmp/pr_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml
--- /tmp/current_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml	2023-11-10 19:17:00.077337739 +0000
+++ /tmp/pr_xml_configuration/sdformat-ci-sdf14-homebrew-amd64.xml	2023-11-10 19:15:36.262383693 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="sdformat"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "sdformat"
 </command>
         </hudson.tasks.Shell>
diff -ur -I '.*<id>dashboard_portlet_.*</id>.*' /tmp/current_xml_configuration/sdformat-ci-sdf9-homebrew-amd64.xml /tmp/pr_xml_configuration/sdformat-ci-sdf9-homebrew-amd64.xml
--- /tmp/current_xml_configuration/sdformat-ci-sdf9-homebrew-amd64.xml	2023-11-10 19:16:59.837340763 +0000
+++ /tmp/pr_xml_configuration/sdformat-ci-sdf9-homebrew-amd64.xml	2023-11-10 19:15:36.022386658 +0000
@@ -69,6 +69,7 @@
         <hudson.tasks.Shell>
             <command>#!/bin/bash -xe
 
+export PROJECT_PATH="sdformat"
 /bin/bash -xe ./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash "sdformat"
 </command>
         </hudson.tasks.Shell>

@scpeters
Copy link
Contributor

DSL diff looks good

testing deployment:

testing release branch builds:

./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash:
 line 16: ${:-PROJECT}: bad substitution

PROJECT_PATH=${PROJECT}

# PROJECT_PATH can be passed as env variable or assume that is the same than project name
PROJECT_PATH=${:-PROJECT}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./scripts/jenkins-scripts/lib/project-default-devel-homebrew-amd64.bash: line 16: ${:-PROJECT}: bad substitution

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

arg, sorry for that 2966b86

@j-rivero j-rivero merged commit dd4deeb into master Nov 13, 2023
@j-rivero j-rivero deleted the jrivero/explicit_values_for_brew branch November 13, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants