This template is **ONLY** used for enhancement requests. Bug reporting or new feature request issues should use the other template options for issue submission.
## Current Behavior
Generate.py uses the development branch for download.json, download.yaml, and Jenkinsfile
<!--- What current feature should be improved? -->
## Purpose
Use the branch the pipeline is running on to retrieve those files.
<!--- If it is not obvious, state what purpose this enhancement would serve -->
## Plan
- Set branch for file retrieval to pipeline branch
- Test
<!--- What needs to be done in order to implement the enhancement? How do we test if implementation is successful? -->
-
-
## Acceptance Criteria
- Files are pulled from pipeline branch
<!--- What is the acceptance criteria for this new feature? -->
-
-