Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Release of 8.0.2 platform TCK...

On Thu, Jan 9, 2020 at 1:44 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:
>
> On Thu, Jan 9, 2020 at 1:38 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:
> >
> > Hi,
> >
> > Is there a manual step to create the nightly-802 folder under
> > http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8?
>
> I just noticed a hint, the
> http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-801/
> folder contains files, however,
> http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802
> is not a folder, it is a file containing the jakartaeetck.version file
> contents.  Sounds like a typo in the [1] Jenkins job. :(

I'll try changing the scp command folder name to be more explicit
about the destination being a folder:

Will try changing from:

 scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
jakartaeetck-8.0.2.zip
genie.jakartaee-tck@xxxxxxxxxxxxxxxxx:/home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802

To:

scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null
jakartaeetck-8.0.2.zip
genie.jakartaee-tck@xxxxxxxxxxxxxxxxx:/home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802/

I might slip in a one-off (to be deleted after first use) ssh command
to remove the current
http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802
file as well.

Scott

>
> Scott
>
> >
> > Jenkins job jakartaeetck-nightly-build-802#4 [1] seems to be
> > passing/green now, however, jakartaeetck-nightly-run-802#1 [2] failed
> > due to file "jakartaeetck.version" not found in [3], as if
> > jakartaeetck-nightly-build-802#4 [1] didn't actually scp files into
> > [3].
> >
> > Any suggestions?
> >
> > Thanks,
> > Scott
> >
> > [1] https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-build-802/4/
> > [2] https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-802/1/
> > [3] https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802



Back to the top