You've already forked sap-jenkins-library
							
							
				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:
		| @@ -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 | ||||
|  | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| Now the library is available as `piper-lib-os` and can be used in any | ||||
| `Jenkinsfile` by adding this line: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user