From beab3d9c361c99b3b8ebeb3a6d46527d67647504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Fri, 17 Nov 2023 18:44:16 +0100 Subject: [PATCH] [CI] Change the promote job Change-Id: Iffc495488fbb9c5d14517abcd937ac3fe0ae1f67 --- java-spring-boot-demo/pom.xml | 5 ----- zuul.d/jobs.yaml | 8 -------- zuul.d/project.yaml | 4 ++-- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/java-spring-boot-demo/pom.xml b/java-spring-boot-demo/pom.xml index 6d6f1d9..162b8a5 100644 --- a/java-spring-boot-demo/pom.xml +++ b/java-spring-boot-demo/pom.xml @@ -68,9 +68,4 @@ - - scm:git:https://opendev.org/nebulous/library-template.git - scm:git:git@opendev.org:29418/nebulous/library-template.git - https://opendev.org/nebulous/library-template - diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index a2d2852..24dc78c 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -7,7 +7,6 @@ files: &library_files - ^java-spring-boot-demo/ vars: &library_vars - promote_java_library_job: nebulous-library-template-upload-java-libraries java_libraries: - context: java-spring-boot-demo @@ -19,10 +18,3 @@ description: Build and upload the java libraries. files: *library_files vars: *library_vars - -- job: - name: nebulous-library-template-promote-java-libraries - parent: nebulous-promote-java-libraries - description: Promote previously uploaded java libraries. - files: *library_files - vars: *library_vars diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 2194a75..29eabe7 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -5,8 +5,8 @@ - nox-linters gate: jobs: - - nebulous-library-template-upload-java-libraries + - nebulous-library-template-build-java-libraries - nox-linters promote: jobs: - - nebulous-library-template-promote-java-libraries + - nebulous-library-template-upload-java-libraries