Use a jarargs variable in config.py instead of placing it everywhere.

This commit is contained in:
2018-09-26 19:13:49 +02:00
parent 93f61e5523
commit d9d1ff8dfe
3 changed files with 13 additions and 14 deletions

View File

@@ -18,8 +18,7 @@ important credentials which allow the backend to work with Jenkins' API.
The `jenkins_creds.py` file should look like the following:
```
jenkins_host = 'https://sdk.dyne.org:4443'
jenkins_user = 'toaster'
jenkins_pass = 'thetoasterpassword'
jenkins_cred = 'toaster:thetoasterpassword'
```
These files will be read and imported by `sync_jobs.py` when ran.