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 project based on Java EE 6 on SAP Cloud Platform (Neo).

There is a newer version: 1.11.1
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 - 2024 Weber Informatics LLC | Privacy Policy