Console Output
Started by upstream project "qvto-master" build number 228
originally caused by:
Started by timer
Running as SYSTEM
Agent default-agent-l45dk is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
name: "default-agent-l45dk"
spec:
containers:
- env:
- name: "MAVEN_OPTS"
value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.qvt-oml.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "default-agent-l45dk"
- name: "MAVEN_CONFIG"
value: "-B -e"
- name: "JENKINS_NAME"
value: "default-agent-l45dk"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.qvt-oml.svc.cluster.local/qvt-oml/"
- name: "HOME"
value: "/home/jenkins"
image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1"
imagePullPolicy: "IfNotPresent"
name: "jnlp"
resources:
limits:
memory: "4096Mi"
cpu: "2000m"
requests:
memory: "4096Mi"
cpu: "1000m"
securityContext:
privileged: false
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/toolchains.xml"
name: "toolchains-xml"
readOnly: true
subPath: "toolchains.xml"
- mountPath: "/opt/tools"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins"
name: "volume-2"
readOnly: false
- mountPath: "/home/jenkins/.m2/repository"
name: "volume-3"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "settings-security-xml"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "settings-xml"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.ssh"
name: "volume-1"
readOnly: false
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector: {}
restartPolicy: "Never"
volumes:
- name: "settings-security-xml"
secret:
items:
- key: "settings-security.xml"
path: "settings-security.xml"
secretName: "m2-secret-dir"
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-qvt-oml"
readOnly: true
- configMap:
items:
- key: "toolchains.xml"
path: "toolchains.xml"
name: "m2-dir"
name: "toolchains-xml"
- emptyDir:
medium: ""
name: "volume-2"
- configMap:
name: "known-hosts"
name: "volume-1"
- name: "settings-xml"
secret:
items:
- key: "settings.xml"
path: "settings.xml"
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "workspace-volume"
- emptyDir:
medium: ""
name: "volume-3"
Building remotely on default-agent-l45dk in workspace /home/jenkins/agent/workspace/promoter
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-bdhxpvZJVSyQ/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/promoter@tmp/private_key_3767406219541203961.key (/home/jenkins/agent/workspace/promoter@tmp/private_key_3767406219541203961.key)
[ssh-agent] Using credentials genie.qvt-oml (ssh://genie.qvt-oml@projects-storage.eclipse.org)
[promoter] $ /bin/sh -xe /tmp/jenkins1472203647808304675.sh
+ rm -f publish.sh
+ curl -s https://ci.eclipse.org/qvt-oml/job/qvto-master/228/artifact/releng/org.eclipse.qvto.releng.build-site/target/publish.sh
+ chmod +x publish.sh
+ bash -ex publish.sh
+ rm -f downloads.sh javadoc.zip publish.zip updates.sh
+ curl -s -k https://ci.eclipse.org/qvt-oml/job/qvto-master/228/artifact/releng/org.eclipse.qvto.releng.build-site/target/downloads.sh
+ curl -s -k https://ci.eclipse.org/qvt-oml/job/qvto-master/228/artifact/releng/org.eclipse.qvto.releng.build-site/target/QVTo-javadoc.zip
+ curl -s -k https://ci.eclipse.org/qvt-oml/job/qvto-master/228/artifact/releng/org.eclipse.qvto.releng.build-site/target/updates.sh
+ curl -s -k https://ci.eclipse.org/qvt-oml/job/qvto-master/228/artifact/releng/org.eclipse.qvto.releng.build-site/target/org.eclipse.qvto-3.10.1.N20191208-0822.zip
+ ssh genie.qvt-oml@projects-storage.eclipse.org rm -f downloads.sh publish.zip updates.sh
+ scp downloads.sh genie.qvt-oml@projects-storage.eclipse.org:downloads.sh
+ scp javadoc.zip genie.qvt-oml@projects-storage.eclipse.org:javadoc.zip
+ scp publish.zip genie.qvt-oml@projects-storage.eclipse.org:publish.zip
+ scp updates.sh genie.qvt-oml@projects-storage.eclipse.org:updates.sh
+ ssh genie.qvt-oml@projects-storage.eclipse.org chmod +x downloads.sh updates.sh
+ ssh genie.qvt-oml@projects-storage.eclipse.org bash -ex downloads.sh -v ''\''3.10.1'\''' -t ''\''N'\''' -q ''\''N20191208-0822'\''' -a ''\'''\'''
+ dropsFolder=/home/data/httpd/download.eclipse.org/mmt/qvto/downloads/drops/
+ javadocFolder=/home/data/httpd/download.eclipse.org/mmt/qvto/javadoc/m2m.qvt.oml/
+ group=modeling.mmt.qvt-oml
+ zipPrefix=mmt-qvto-Update-
+ localZip=newJavadoc.zip
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__VERSION=3.10.1
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__BUILD_T=N
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__QUALIFIER=N20191208-0822
+ getopts v:t:q:a: option
+ case "${option}" in
+ PUBLISH__ALIAS=
+ getopts v:t:q:a: option
+ '[' -n N ']'
+ tQualifier=N201912080822
+ versionFolder=/home/data/httpd/download.eclipse.org/mmt/qvto/downloads/drops/3.10.1/N201912080822
+ '[' '!' -d /home/data/httpd/download.eclipse.org/mmt/qvto/downloads/drops/3.10.1/N201912080822 ']'
+ mkdir -p /home/data/httpd/download.eclipse.org/mmt/qvto/downloads/drops/3.10.1/N201912080822
+ fileStem=N201912080822
+ '[' -n '' ']'
+ zipFile=mmt-qvto-Update-N201912080822.zip
+ pushd /home/data/httpd/download.eclipse.org/mmt/qvto/downloads/drops/3.10.1/N201912080822
/home/data/httpd/download.eclipse.org/mmt/qvto/downloads/drops/3.10.1/N201912080822 ~
+ cp /opt/public/hipp/homes/genie.qvt-oml/publish.zip mmt-qvto-Update-N201912080822.zip
+ md5sum -b mmt-qvto-Update-N201912080822.zip
+ sha512sum -b mmt-qvto-Update-N201912080822.zip
+ chgrp -R modeling.mmt.qvt-oml mmt-qvto-Update-N201912080822.zip mmt-qvto-Update-N201912080822.zip.md5 mmt-qvto-Update-N201912080822.zip.sha1
+ chmod -R g+w mmt-qvto-Update-N201912080822.zip mmt-qvto-Update-N201912080822.zip.md5 mmt-qvto-Update-N201912080822.zip.sha1
~
+ popd
+ '[' '!' -d /home/data/httpd/download.eclipse.org/mmt/qvto/javadoc/m2m.qvt.oml/ ']'
+ pushd /home/data/httpd/download.eclipse.org/mmt/qvto/javadoc/m2m.qvt.oml/
/home/data/httpd/download.eclipse.org/mmt/qvto/javadoc/m2m.qvt.oml ~
+ cp /opt/public/hipp/homes/genie.qvt-oml/javadoc.zip newJavadoc.zip
+ '[' 0 -eq 0 ']'
++ wc -c
~
+ javadocSize=417
+ '[' 417 -ge 100000 ']'
+ popd
+ ssh genie.qvt-oml@projects-storage.eclipse.org bash -ex updates.sh -v ''\''3.10.1'\''' -t ''\''N'\''' -q ''\''N20191208-0822'\'''
+ updatesFolder=/home/data/httpd/download.eclipse.org/mmt/qvto/updates/
+ group=modeling.mmt.qvt-oml
+ localZip=qvto.zip
+ projectRepoName=QVTo
+ manageComposite='/shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml'
+ externalUpdatesFolder=https://download.eclipse.org/mmt/qvto/updates/
+ getopts v:t:q: option
+ case "${option}" in
+ PUBLISH__VERSION=3.10.1
+ getopts v:t:q: option
+ case "${option}" in
+ PUBLISH__BUILD_T=N
+ getopts v:t:q: option
+ case "${option}" in
+ PUBLISH__QUALIFIER=N20191208-0822
+ getopts v:t:q: option
+ '[' -n N ']'
+ tQualifier=N201912080822
+ '[' N = N ']'
+ buildFolder=/home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly
+ buildRepoName=Nightly
+ latestRelativeReference=../3.10.1
+ '[' '!' -d /home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly ']'
+ pushd /home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly
/home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly ~
+ '[' '!' -d 3.10.1 ']'
+ '[' N = N ']'
+ cp /opt/public/hipp/homes/genie.qvt-oml/publish.zip qvto.zip
+ unzip -ou qvto.zip -d new3.10.1
Archive: qvto.zip
creating: new3.10.1/plugins/
creating: new3.10.1/features/
inflating: new3.10.1/content.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.common.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.samples_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.emf.util.ui_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.emf.util.ui_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.doc_1.5.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.doc_1.5.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.startup_1.5.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.doc.source_1.5.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.debug.core.source_2.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.debug.core_2.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ecore.imperativeocl.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.project.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.startup.source_1.5.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.ui_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage_1.5.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage_1.5.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ui_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.editor.ui.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.doc.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.ui_1.5.3.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.common_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.common.ui_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.doc_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.editor.ui_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.editor.ui_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.samples.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime_3.9.2.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.editor.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.tools.source_1.6.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.editor.jdt.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.tools.coverage_1.6.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.editor.jdt_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.tools.coverage.source_1.6.1.v20191208-0822.jar
inflating: new3.10.1/artifacts.jar
inflating: new3.10.1/artifacts.xml.xz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.samples_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml_3.10.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.startup_1.5.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.ui.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.debug.core_2.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.trace.edit_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.trace.edit_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.project_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.project_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.ui_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.source_1.5.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.jdt_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.jdt_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ui.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.junit_1.5.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.junit_1.5.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ui_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.trace.edit.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.emf.util.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.ui.source_1.5.3.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ocl.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.junit.source_1.5.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ocl_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.ocl_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.tools.coverage.ui_1.5.3.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.common_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.common.ui_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.doc_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime.jdt.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.common.ui.source_3.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.emf.util_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.source_3.10.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.emf.util.ui.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.debug.ui.source_2.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.debug.ui_2.9.2.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.debug.ui_2.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.cst.parser.source_3.9.0.v20191208-0822.jar
inflating: new3.10.1/plugins/org.eclipse.m2m.qvt.oml.runtime_3.9.2.v20191208-0822.jar.pack.gz
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.doc_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.editor_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.runtime.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.examples.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.tools_1.6.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.examples_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.debug_2.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.sdk_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.runtime_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.tools.coverage.junit_1.6.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.tools.coverage.junit.source_1.6.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.doc.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.sdk.source_3.10.1.v20191208-0822.jar
inflating: new3.10.1/features/org.eclipse.m2m.qvt.oml.debug.source_2.10.1.v20191208-0822.jar
inflating: new3.10.1/content.xml.xz
inflating: new3.10.1/p2.index
+ chgrp -R modeling.mmt.qvt-oml new3.10.1
+ chmod -R g+w new3.10.1
+ mv 3.10.1 old3.10.1
+ mv new3.10.1 3.10.1
+ rm -rf old3.10.1 qvto.zip
+ mkdir /home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly/newlatest
+ pushd /home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly/newlatest
/home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly/newlatest /home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly ~
+ /shared/common/apache-ant-latest/bin/ant -f /shared/modeling/tools/promotion/manage-composite.xml add -Dchild.repository=../3.10.1 '-Dcomposite.name=QVTo Latest 3.10.1 Nightly Repository'
Buildfile: /shared/modeling/tools/promotion/manage-composite.xml
add:
-call.operation:
-locate.framework.launcher:
-call.operation.indirectly:
[java] Buildfile: /shared/modeling/tools/promotion/manage-composite.xml
[java]
[java] add:
[java]
[java] -call.operation:
[java]
[java] -add.named:
[java]
[java] -add:
[java] BUILD SUCCESSFUL
[java]
[java] BUILD SUCCESSFUL
[java] Total time: 2 seconds
BUILD SUCCESSFUL
Total time: 9 seconds
/home/data/httpd/download.eclipse.org/mmt/qvto/updates/nightly ~
+ popd
+ '[' -d latest ']'
+ mv latest oldlatest
+ mv newlatest latest
+ rm -rf oldlatest
~
+ popd
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
No mail will be sent out, as 'promoter #224' does not have a result yet. Please make sure you set a proper result in case of pipeline/build scripts.
Finished: SUCCESS