Skip to content
Damien Coraboeuf edited this page Jun 13, 2016 · 3 revisions

In many circumstances, projects and branches will need to provide some credentials in order to access their SCM.

Jenkins credentials

First of all, the credentials must be defined in Jenkins and their UUID or ID must be known.

Project credentials

SCM credentials are associated with a project when the Project seed is created. Their UUID is available as PROJECT_SCM_CREDENTIALS and this variable can be accessed in all scripts.

Configuration

In order to configure the credentials, start by allowing the Seed job to fill the Project SCM credentials parameter:

SCM Credentials parameter

Then parameter can then be used to configure the Project folder generation step:

SCM Credentials configuration

See also

Clone this wiki locally