waytrue17 opened a new pull request #19244:
URL: https://github.com/apache/incubator-mxnet/pull/19244


   All versions of MXNet website artifacts are compressed into a zip file and 
stored in a private S3 bucket, with the following file structure:
   > version
   > ----1.0.0
   > ----1.1.0
   >...
   > ----1.6.0
   > ----1.7.0
   
   Currently, for new MXNet versions to release, we have a pipeline that 
generates version specific artifacts, but it's still a manual process to upload 
them to s3 in the expected format shown above. 
   This PR aims to automate the website release pipeline.
   We introduced pipeline `Jenkinsfile_website_release` to build the new 
version website artifacts, prepare all versions of website artifacts in to the 
expected format, and upload them to the target S3 bucket. This pipeline 
utilizes Jenkins global variable `RELEASE_WEBSITE_VERSION` to specify the name 
of the new version to be generated.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to