From 8a882c290a52c9ca2c184f8c3e3dfff5ad9e7822 Mon Sep 17 00:00:00 2001 From: Kris Stern Date: Fri, 11 Sep 2026 06:35:42 +0800 Subject: [PATCH 1/2] Skip deploying the aggregator and ATH modules during CD. Only the openstack-cloud HPI should be uploaded to Artifactory so CD stops 403ing on openstack-cloud-parent and ui-tests. Co-authored-by: Cursor --- plugin/pom.xml | 5 +++++ pom.xml | 9 +++++++++ ui-tests/pom.xml | 9 ++++++++- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 7cf2b0b2..2bf450aa 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -15,6 +15,11 @@ Jenkins Openstack Cloud plugin https://github.com/jenkinsci/${project.artifactId}-plugin + + + false + + scm:git:https://github.com/${gitHubRepo}.git scm:git:https://github.com/${gitHubRepo}.git diff --git a/pom.xml b/pom.xml index d08c15b1..f07adda8 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,15 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + false + + true + + diff --git a/ui-tests/pom.xml b/ui-tests/pom.xml index 6cbabe65..0efbeec6 100644 --- a/ui-tests/pom.xml +++ b/ui-tests/pom.xml @@ -14,7 +14,7 @@ jar - + true @@ -108,6 +108,13 @@ + + org.apache.maven.plugins + maven-deploy-plugin + + true + + From 4be4cafc69f259422c843a30375b3b2ccea016ba Mon Sep 17 00:00:00 2001 From: Kris Stern Date: Fri, 11 Sep 2026 06:56:50 +0800 Subject: [PATCH 2/2] Put plugin POM properties after scm for Spotless. Co-authored-by: Cursor --- plugin/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugin/pom.xml b/plugin/pom.xml index 2bf450aa..fbb631e6 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -15,11 +15,6 @@ Jenkins Openstack Cloud plugin https://github.com/jenkinsci/${project.artifactId}-plugin - - - false - - scm:git:https://github.com/${gitHubRepo}.git scm:git:https://github.com/${gitHubRepo}.git @@ -27,6 +22,11 @@ https://github.com/${gitHubRepo} + + + false + +