[
https://issues.jboss.org/browse/JBIDE-22470?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-22470:
------------------------------------
As you can see from the log, $\{eclipseName} is not defined.
{code}
Connecting to filemgmt.jboss.org...
Changing to: /downloads_htdocs/tools/
sftp> mkdir ${eclipseName}
Couldn't create directory: Failure
Connecting to filemgmt.jboss.org...
Changing to: /downloads_htdocs/tools/
sftp> mkdir ${eclipseName}/snapshots
Couldn't create directory: Failure
Connecting to filemgmt.jboss.org...
Changing to: /downloads_htdocs/tools/
sftp> mkdir ${eclipseName}/snapshots/updates
Couldn't create directory: Failure
Connecting to filemgmt.jboss.org...
Changing to: /downloads_htdocs/tools/
sftp> mkdir ${eclipseName}/snapshots/updates/integration-tests
Couldn't create directory: Failure
Connecting to filemgmt.jboss.org...
Changing to: /downloads_htdocs/tools/
sftp> mkdir ${eclipseName}/snapshots/updates/integration-tests/master
Couldn't create directory: Failure
[INFO] rsync -arzq --protocol=28 --del
/mnt/hudson_workspace/workspace/jbosstools-integration-tests.aggregate_master/sources/site/target/repository/*
tools@filemgmt.jboss.org:/downloads_htdocs/tools/${eclipseName}/snapshots/updates/integration-tests/master/
rsync: mkdir
"/downloads_htdocs/tools//snapshots/updates/integration-tests/master" failed: No
such file or directory (2)
rsync error: error in file IO (code 11) at main.c(576) [receiver=3.0.6]
rsync: connection unexpectedly closed (8 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
rsync: mkdir
"/downloads_htdocs/tools//snapshots/updates/integration-tests/master/logs"
failed: No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(576) [receiver=3.0.6]
rsync: connection unexpectedly closed (8 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
[INFO] ------------------------------------------------------------------------
{code}
PR:
https://github.com/jbosstools/jbosstools-integration-tests/pull/1521/files
Integration tests not published to snapshots update site
--------------------------------------------------------
Key: JBIDE-22470
URL:
https://issues.jboss.org/browse/JBIDE-22470
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.0.Final
Reporter: Martin Malina
Assignee: Nick Boldt
Fix For: 4.4.0.Final
For some reason the update site here is outdated (from March 9):
http://download.jboss.org/jbosstools/neon/snapshots/updates/integration-t...
We consume it here:
https://github.com/jbosstools/jbosstools-integration-tests/blob/master/po...
The build is building just fine:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integrati...
And the result is here:
http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-int...
But for some reason it's not propagated to the standard url.
Can you please check why that is? I checked the config but could not understand
what's wrong.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)