Drop the java-libraries promote job
Change-Id: Ica2d066de759aa023eb24d8e2d974bd45e49f649
This commit is contained in:
parent
524ac17d2a
commit
3c87a77745
@ -1,16 +0,0 @@
|
|||||||
- hosts: all
|
|
||||||
vars:
|
|
||||||
library_path: "{{ zuul.project.src_dir }}/{{ java_libraries[0].context }}"
|
|
||||||
roles:
|
|
||||||
- install-jdk
|
|
||||||
- install-maven
|
|
||||||
|
|
||||||
tasks:
|
|
||||||
- name: Perform release
|
|
||||||
command: mvn release:perform
|
|
||||||
args:
|
|
||||||
chdir: "{{ library_path }}"
|
|
||||||
environment:
|
|
||||||
MAVEN_HOME: "/opt/apache-maven-3.8.8"
|
|
||||||
PATH: "{{ ansible_env.PATH }}:/opt/apache-maven-3.8.8/bin"
|
|
||||||
become: yes
|
|
@ -33,12 +33,3 @@
|
|||||||
secrets:
|
secrets:
|
||||||
- name: nebulous_nexus_repository_credentials
|
- name: nebulous_nexus_repository_credentials
|
||||||
secret: nebulous-nexus-repository-credentials
|
secret: nebulous-nexus-repository-credentials
|
||||||
|
|
||||||
- job:
|
|
||||||
name: nebulous-promote-java-libraries
|
|
||||||
run: playbooks/java-libraries/promote.yaml
|
|
||||||
roles:
|
|
||||||
- zuul: nebulous/zuul-jobs
|
|
||||||
secrets:
|
|
||||||
- name: nebulous_nexus_repository_credentials
|
|
||||||
secret: nebulous-nexus-repository-credentials
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user