You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sh "for dir in `s3cmd ls s3://kg-hub-public-data/kg-covid-19/ | grep '\\/\$' | awk '{print \$NF}' | grep -w -v -E 'raw|current' | xargs -n1 basename`; do mkdir -p $S3PROJECTDIR/$dir; done"
on the command-line.
A better solution would be to add this functionality to directory-indexer.py on our fork of go-site
Additional context
Basically we'd just add flags for the bucket and project directory, and some ignore args to ignore directories like raw and current. The existing builds would be added to the HTML as href links.
The text was updated successfully, but these errors were encountered:
Describe the desired behavior
Right now in Jenkins we manually add a (blank) directory for each existing build in our projectdir:
kg-covid-19/Jenkinsfile
Line 175 in 4a1fda7
on the command-line.
A better solution would be to add this functionality to directory-indexer.py on our fork of go-site
Additional context
Basically we'd just add flags for the bucket and project directory, and some ignore args to ignore directories like
raw
andcurrent
. The existing builds would be added to the HTML as href links.The text was updated successfully, but these errors were encountered: