From 79b9dafc09e8d255c076554a4ce9d845fc55395c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 8 Jun 2017 07:42:05 +0200 Subject: [PATCH] fix documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6326bc..47e56b5 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Create a Jenkins Credentials with the following parameters : - ID: npm-secret Create a Jenkins Pipeline that accepts the following parameters : + | Parameter Name | Parameter Type | Default Value | Description | | --- | --- | --- | --- | | NPM_CREDENTIALS_ID | String | npm-secret | The Jenkins Credentials ID that holds login and password to login on NPM Registry |