reuse some scripts and control the behavior with environment variables.
not store credentials in the repo
For example. We need to copy files from FTP to S3 but different buckets depends on the file type. We created an generic script to do the copy and control the destination bucket with environment variable.
Use environment variables in pipeline definition
Our initiatives to add this feature:
For example. We need to copy files from FTP to S3 but different buckets depends on the file type. We created an generic script to do the copy and control the destination bucket with environment variable.