[CI] Change the promote job

Change-Id: Iffc495488fbb9c5d14517abcd937ac3fe0ae1f67
This commit is contained in:
Radosław Piliszek 2023-11-17 18:44:16 +01:00
parent 8b96b24f74
commit beab3d9c36
3 changed files with 2 additions and 15 deletions

View File

@ -68,9 +68,4 @@
</plugins>
</build>
<scm>
<connection>scm:git:https://opendev.org/nebulous/library-template.git</connection>
<developerConnection>scm:git:git@opendev.org:29418/nebulous/library-template.git</developerConnection>
<url>https://opendev.org/nebulous/library-template</url>
</scm>
</project>

View File

@ -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

View File

@ -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