Injecting Jenkins Credentials into a Build Job: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
=Pre-Requisite=
=Pre-Requisite=


* Jenkins [[Jenkins_Credentials_Plugin#Overview|Credential Plugin]] has to be installed.
* [[Jenkins_Credentials_Plugin#Overview|Jenkins Credential Plugin]] has to be installed.
*
* [[Jenkins_Credentials_Binding_Plugin#Overview|Jenkins Credentials Binding Plugin]] has to be installed.

Revision as of 19:55, 22 May 2018

External

Internal

Overview

This article describes the procedure to declare credentials, in this case an external repository username and password, in a Jenkins credential store and then expose them to a build job, in this case a Gradle-driven build.

Pre-Requisite