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