[CI] Change the promote job
Change-Id: Iffc495488fbb9c5d14517abcd937ac3fe0ae1f67
This commit is contained in:
parent
8b96b24f74
commit
beab3d9c36
@ -68,9 +68,4 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</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>
|
</project>
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
files: &library_files
|
files: &library_files
|
||||||
- ^java-spring-boot-demo/
|
- ^java-spring-boot-demo/
|
||||||
vars: &library_vars
|
vars: &library_vars
|
||||||
promote_java_library_job: nebulous-library-template-upload-java-libraries
|
|
||||||
java_libraries:
|
java_libraries:
|
||||||
- context: java-spring-boot-demo
|
- context: java-spring-boot-demo
|
||||||
|
|
||||||
@ -19,10 +18,3 @@
|
|||||||
description: Build and upload the java libraries.
|
description: Build and upload the java libraries.
|
||||||
files: *library_files
|
files: *library_files
|
||||||
vars: *library_vars
|
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
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
- nox-linters
|
- nox-linters
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- nebulous-library-template-upload-java-libraries
|
- nebulous-library-template-build-java-libraries
|
||||||
- nox-linters
|
- nox-linters
|
||||||
promote:
|
promote:
|
||||||
jobs:
|
jobs:
|
||||||
- nebulous-library-template-promote-java-libraries
|
- nebulous-library-template-upload-java-libraries
|
||||||
|
Loading…
x
Reference in New Issue
Block a user