All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.Jenkinsfile Maven / Gradle / Ivy

Go to download

Archetype for a Tomcat-based project on SAP Cloud Platform (Cloud Foundry).

There is a newer version: 2.28.0
Show newest version
#!/usr/bin/env groovy 

node {
    deleteDir()
    sh "git clone --depth 1 https://github.com/SAP/cloud-s4-sdk-pipeline.git pipelines"
    load './pipelines/s4sdk-pipeline.groovy'
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy