Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 561269

Summary: https://download.eclipse.org/jakartaee/bean-validation/ not being updated
Product: Community Reporter: Scott M Stark <starksm64>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Scott M Stark CLA 2020-03-19 12:10:03 EDT
I have run a jenkins jobs that uploaded new content to the /home/data/httpd/download.eclipse.org/ee4j/bean-validation/3.0 download area, but after 12+ hours I am not seeing this content show up on the download area.

This is the console output for the job showing the upload:
https://ci.eclipse.org/bean-validation/job/EE4J-TCK-Release/31/console

The last line of that shows an ssh command to show that the content was copied over:
+ ssh genie.bean-validation@projects-storage.eclipse.org ls -al /home/data/httpd/download.eclipse.org/ee4j/bean-validation/3.0
total 28164
drwxrwsr-x 2 genie.bean-validation ee4j.bean-validation      149 Mar 18 23:56 .
drwxrwsr-x 3 genie.bean-validation ee4j.bean-validation      257 Mar 18 23:32 ..
-rw-r--r-- 1 genie.bean-validation ee4j.bean-validation  9555601 Mar 18 23:56 beanvalidation-tck-dist-3.0.0-M1.tar.gz
-rw-r--r-- 1 genie.bean-validation ee4j.bean-validation 10391707 Mar 18 23:56 beanvalidation-tck-dist-3.0.0-M1.zip
-rw-r--r-- 1 genie.bean-validation ee4j.bean-validation      707 Mar 18 23:56 beanvalidation-tck-dist.info

Can you indicate what might be the problem with this showing up under the https://download.eclipse.org/jakartaee/bean-validation/ web directory?
Comment 1 Denis Roy CLA 2020-03-19 13:40:53 EDT
Scott, you've uploaded to:
> + ssh genie.bean-validation@projects-storage.eclipse.org ls -al
> /home/data/httpd/download.eclipse.org/ee4j/bean-validation/3.0

And you're looking for it in a different location:
> https://download.eclipse.org/jakartaee/bean-validation/ web directory?

What you've uploaded is here:
https://download.eclipse.org/ee4j/bean-validation/3.0/
Comment 2 Scott M Stark CLA 2020-03-19 15:13:38 EDT
Ah, sorry. I'm confused over the project downloads area vs the spec committee downloads area.