From 3e57901e169e3150c6fcd6e95288166527b4298d Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Tue, 19 Feb 2019 15:40:56 -0500 Subject: [PATCH] Test job for artifact release automation This job should trigger when adding a pom to the zzz-test-release project. It will create the staging artifact and logs I need to automate releasing said artifact, which I will fist test in the sandbox. Releasing the artifact will fail but at least we will see if its trying to do the right thing. Change-Id: I1ef348a4aba57c43963812fbeb000f53d956790b Signed-off-by: Aric Gardner --- jjb/lf-infra/zzz-test-release.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 jjb/lf-infra/zzz-test-release.yaml diff --git a/jjb/lf-infra/zzz-test-release.yaml b/jjb/lf-infra/zzz-test-release.yaml new file mode 100644 index 000000000..806a52d69 --- /dev/null +++ b/jjb/lf-infra/zzz-test-release.yaml @@ -0,0 +1,20 @@ +--- +- project: + name: '{project-name}-maven-stage-{stream}' + jobs: + - gerrit-maven-stage + project: zzz-test-release + project-name: zzz-test-release + stream: master + branch: master + distribution_branch: master + mvn-settings: autorelease-settings + mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-version: mvn35 + dependencies: '' + email-upstream: '[odlparent]' + archive-artifacts: > + **/*.pom + **/*.xml + # Used by the release job + staging-profile-id: 615fb2f4e0adf -- 2.36.6