From dd2f07d1f65f71e146c95ecb80180ef3e7c1c6d6 Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Tue, 23 Jul 2019 07:49:26 +0200 Subject: [PATCH] Write up description and add images --- 13-advanced-jenkinsfile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/13-advanced-jenkinsfile.md b/13-advanced-jenkinsfile.md index 72df390..fe9784e 100644 --- a/13-advanced-jenkinsfile.md +++ b/13-advanced-jenkinsfile.md @@ -22,7 +22,7 @@ We'll want to enhance the pipeline by additional stages and implement a release
Show Solution

-Create the CodeCov credentials. +Create the credentials for the CodeCov token. ![CodeCov Credentials](./images/13-advanced-jenkinsfile/codecov_token_credentials.png) @@ -51,7 +51,7 @@ stage('Code Analysis') { } ``` -Create the CodeCov credentials. +Create the credentials for the GitHub token. ![GitHub Credentials](./images/13-advanced-jenkinsfile/github_token_credentials.png)