[Enhancement] Replace $JOB_NAME with $JOB_BASE_NAME in all jenkinsfiles and libs #1394
Labels
enhancement
New Enhancement
good first issue
Good for newcomers
hacktoberfest
Global event that encourages people to contribute to open-source.
We currently use $JOB_NAME which runs well if we only have everything in the root directory.
However, once we starts to create folders in Jenkins and separate jobs with these folders, $JOB_NAME will leads to the full path of the job, not just name.
This can leads to issues and break our current setup on S3 and more.
I suggest we make this change and open to other ideas.
Thanks.
The text was updated successfully, but these errors were encountered: