- ../shell/common-variables.sh
- ../shell/maven-deploy.sh
+- builder:
+ name: lf-maven-stage
+ builders:
+ - shell: !include-raw-escape:
+ - ../shell/common-variables.sh
+ - ../shell/maven-stage.sh
+
- builder:
name: lf-update-java-alternatives
builders:
- ../shell/common-variables.sh
- ../shell/maven-patch-release.sh
- ../shell/maven-build.sh
- - ../shell/maven-stage.sh
+ - lf-maven-stage
- lf-provide-maven-settings-cleanup
- job-template:
# Ensure we fail the job if any steps fail.
set -xeu -o pipefail
+lftools_activate
+
TMP_FILE="$(mktemp)"
lftools deploy nexus-stage "$NEXUS_URL" "$STAGING_PROFILE_ID" "$WORKSPACE/m2repo" | tee "$TMP_FILE"
staging_repo=$(sed -n -e 's/Staging repository \(.*\) created\./\1/p' "$TMP_FILE")