1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

fix code climate and travis reports

This commit is contained in:
Roland Stengel
2019-05-29 10:54:32 +02:00
parent e2256779ba
commit 8221dd6039
4 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# Project Piper Repository
The Project "Piper" provides a "Shared Library" to extend the Jenkins Pipeline with SAP specific patterns. A set of clients connect SAP systems. Default pipelines offer standard processes to get your software to your customers.
The Project "Piper" provides a "Shared Library" to extend the Jenkins Pipeline with SAP specific patterns. A set of clients connect SAP systems. Default pipelines offer standard processes to get your software to your customers.
# User Documentation

View File

@@ -174,7 +174,7 @@ You are now familiar with the basics of using project "Piper". Through the conce
The **Configuration** pattern supports simple pipelines that can be reused by multiple applications. To understand the principles of inheritance and customization, have a look at the the [configuration][resources-configuration] documentation.
[guidedtour-my-own-jenkins]: myownjenkins.md
[guidedtour-sample.config]: samples/cloud-cf-helloworld-nodejs/.pipeline/config.yml
[guidedtour-sample.config]: samples/cloud-cf-helloworld-nodejs/pipeline/config.yml
[guidedtour-sample.jenkins]: samples/cloud-cf-helloworld-nodejs/Jenkinsfile
[guidedtour-sample.mta]: samples/cloud-cf-helloworld-nodejs/mta.yaml
[resources-configuration]: configuration.md

View File

@@ -24,7 +24,7 @@ To setup the shared library, you need to perform the following steps:
1. set *Project Repository* to `https://github.com/SAP/jenkins-library`
1. Save changes
![Library Setup](./documentation/docs/images/setupInJenkins.png)
![Library Setup](images/setupInJenkins.png)
Now the library is available as `piper-lib-os` and can be used in any
`Jenkinsfile` by adding this line: