Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'prepare-release' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
s4sdkJenkinsBot committed Nov 18, 2020
2 parents 6381852 + 0793f33 commit 19d19a2
Show file tree
Hide file tree
Showing 7 changed files with 543 additions and 96 deletions.
5 changes: 4 additions & 1 deletion README.md
@@ -1,4 +1,7 @@
# SAP Cloud SDK Pipeline <a href="https://developers.sap.com/topics/cloud-sdk.html"><img src="https://help.sap.com/doc/6c02295dfa8f47cf9c08a19f2e172901/1.0/en-US/logo-for-cd.svg" alt="SAP Cloud SDK for Continuous Delivery Logo" height="122.92" width="226.773" align="right"/></a>
# SAP Cloud SDK Pipeline - DEPRECATED! <a href="https://developers.sap.com/topics/cloud-sdk.html"><img src="https://help.sap.com/doc/6c02295dfa8f47cf9c08a19f2e172901/1.0/en-US/logo-for-cd.svg" alt="SAP Cloud SDK for Continuous Delivery Logo" height="122.92" width="226.773" align="right"/></a>

**WARNING:** This repository should not be used anymore. Instead, we recommend using the [General Purpose Pipeline of project "Piper"](https://sap.github.io/jenkins-library/stages/introduction/). The reasoning as well as further information how to adopt the General Purpose Pipeline are described in our [guide](gpp-guide.md).


## Description

Expand Down
13 changes: 3 additions & 10 deletions archetype-resources/Jenkinsfile
Expand Up @@ -6,16 +6,9 @@
* A suitable Jenkins instance is required to run the pipeline.
* The Jenkins can easily be bootstraped using the life-cycle script located inside the 'cx-server' directory.
*
* More information on getting started with Continuous Delivery can be found in the following places:
* - GitHub repository: https://github.com/SAP/cloud-s4-sdk-pipeline
* - Blog Post: https://blogs.sap.com/2017/09/20/continuous-integration-and-delivery
* More information on getting started with Continuous Delivery can be found here: https://sap.github.io/jenkins-library/
*/

/*
* Set pipelineVersion to a fixed released version (e.g. "v15") when running in a productive environment.
* To find out about available versions and release notes, visit: https://github.com/SAP/cloud-s4-sdk-pipeline/releases
*/
String pipelineVersion = "master"
@Library('piper-lib-os') _

library "s4sdk-pipeline-library@${pipelineVersion}"
cloudSdkPipeline(script: this)
piperPipeline script: this
29 changes: 10 additions & 19 deletions archetype-resources/cf-pipeline_config.yml
@@ -1,18 +1,9 @@
###
# This file configures the SAP Cloud SDK Continuous Delivery pipeline of your project.
# This file configures the project "Piper" pipeline of your project.
# For a reference of the configuration concept and available options, please have a look into its documentation.
#
# The documentation for the most recent pipeline version can always be found at:
# https://github.com/SAP/cloud-s4-sdk-pipeline/blob/master/configuration.md
# If you are using a fixed version of the pipeline, please make sure to view the corresponding version from the tag
# list of GitHub (e.g. "v15" when you configured pipelineVersion = "v15" in the Jenkinsfile).
#
# For general information on how to get started with Continuous Delivery, visit:
# https://blogs.sap.com/2017/09/20/continuous-integration-and-delivery
#
# We aim to keep the pipeline configuration as stable as possible. However, major changes might also imply breaking
# changes in the configuration. Before doing an update, please check the release notes of all intermediate releases
# and adapt this file if necessary.
# https://sap.github.io/jenkins-library/
#
# This is a YAML-file. YAML is an indentation-sensitive file format. Please make sure to properly indent changes to it.
###
Expand All @@ -21,24 +12,24 @@

### General project setup
general:

inferBuildTool: true

### Step-specific configuration
steps:

artifactPrepareVersion:
versioningType: cloud_noTag

### Stage-specific configuration
stages:
# backendIntegrationTests:
'Confirm':
manualConfirmation: false

# Integration:
# credentials:
# - alias: 'mySystemAlias'
# credentialId: 'mySystemCredentialsId'

# s4SdkQualityChecks:
# nonErpDestinations:
# - 'myCustomDestination'

# productionDeployment:
# Release:
# cfTargets:
# - org: 'myOrg'
# space: 'mySpace'
Expand Down
29 changes: 10 additions & 19 deletions archetype-resources/neo-pipeline_config.yml
@@ -1,18 +1,9 @@
###
# This file configures the SAP Cloud SDK Continuous Delivery pipeline of your project.
# This file configures the project "Piper" pipeline of your project.
# For a reference of the configuration concept and available options, please have a look into its documentation.
#
# The documentation for the most recent pipeline version can always be found at:
# https://github.com/SAP/cloud-s4-sdk-pipeline/blob/master/configuration.md
# If you are using a fixed version of the pipeline, please make sure to view the corresponding version from the tag
# list of GitHub (e.g. "v15" when you configured pipelineVersion = "v15" in the Jenkinsfile).
#
# For general information on how to get started with Continuous Delivery, visit:
# https://blogs.sap.com/2017/09/20/continuous-integration-and-delivery
#
# We aim to keep the pipeline configuration as stable as possible. However, major changes might also imply breaking
# changes in the configuration. Before doing an update, please check the release notes of all intermediate releases
# and adapt this file if necessary.
# https://sap.github.io/jenkins-library/
#
# This is a YAML-file. YAML is an indentation-sensitive file format. Please make sure to properly indent changes to it.
###
Expand All @@ -21,24 +12,24 @@

### General project setup
general:

inferBuildTool: true

### Step-specific configuration
steps:

artifactPrepareVersion:
versioningType: cloud_noTag

### Stage-specific configuration
stages:
# backendIntegrationTests:
'Confirm':
manualConfirmation: false

# Integration:
# credentials:
# - alias: 'mySystemAlias'
# credentialId: 'mySystemCredentialsId'

# s4SdkQualityChecks:
# nonErpDestinations:
# - 'myCustomDestination'

# productionDeployment:
# Release:
# neoTargets:
# - host: 'host'
# account: 'myAccount'
Expand Down

0 comments on commit 19d19a2

Please sign in to comment.