[jbosstools-issues] [JBoss JIRA] (JBIDE-22470) Integration tests not published to snapshots update site

Nick Boldt (JIRA) issues at jboss.org
Thu Jun 2 16:30:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13247293#comment-13247293 ] 

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 at 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-tests/master/
> We consume it here:
> https://github.com/jbosstools/jbosstools-integration-tests/blob/master/pom.xml#L29
> The build is building just fine:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-integration-tests.aggregate_master/
> And the result is here:
> http://download.jboss.org/jbosstools/neon/snapshots/builds/jbosstools-integration-tests.aggregate_master/
> 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)


More information about the jbosstools-issues mailing list