-
Notifications
You must be signed in to change notification settings - Fork 44
Post Install
Once your installation is complete, here are a recommended list of actions you might want to take:
-
Update Registration Code: When you install a new instance of Jazz, default registration code is set as
jazz
. You can update it by setting the value ofreg_codes
in your local repo ofjazz_usermanagement
inside the file/config/prod-config.json
. The registration code inside the config file has to be all CAPS while users can enter any case. -
Update Jenkins user credentials: Jenkins user
jobexec
is installed with a default password. You can change the password by logging in as admin to your Jenkins instance (Manage Jenkins -> Manager Users). Due to feature limitation of our v1.5 (and lower) release, update the same password for the credential IDjobexecutor
. Once done, navigate tojazz_create-serverless-service
andjazz_delete-serverless-service
repos in your installed SCM and update README.md file (this is to trigger re-deployment of these two services).