############################################################################### # 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=9f08697747ee3f9a21d5d11424ecc44e02d31043 BUILD_PROMOTE=https://ci.eclipse.org/qvtd/job/qvtd-master/612/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 202403051450 BUILD_TYPE=milestone