blob: 81b29a8473ddfaf79d588c304ea2a0c2090ee51e [file] [log] [blame]
###############################################################################
# Copyright (c) 2024 Willink Transformations and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# E.D.Willink - initial API and implementation
###############################################################################
# QVTd publisher properties for use by the justj-promoter job:
#
# Since JustJ cannot accept an https promote specification
# the source job must wrap up the P2 repo using an execute step post-Maven
#
# cd releng/org.eclipse.qvtd.releng.build-site/target/repository
# zip -qr ../../../../p2repo.zip .
#
# the promoter unwraps the P2 repo using an execute step pre-Maven
#
# curl -s -k ${BUILD_PROMOTE} > p2repo.zip
# unzip -q p2repo.zip -d p2repo
#
BUILD_COMMIT=-commit https://git.eclipse.org/c/mmt/org.eclipse.qvtd.git/commit/?id=${env.GIT_COMMIT}
BUILD_PROMOTE=${env.BUILD_URL}artifact/p2repo.zip
BUILD_REMOTE=-remote genie.qvtd@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mmt/qvtd
BUILD_ROOT=/home/jenkins/agent/workspace/justj-promoter/justj-sync
BUILD_TIMESTAMP=-timestamp ${buildTimestamp}
BUILD_TYPE=${env.BUILD_TYPE}