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

archetype-resources.pipeline_config.yml 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
#Project Setup
general:
  productiveBranch: 'master'

#Steps Specific Configuration
steps:
  executeMaven:
    dockerImage: 'maven:3.5-jdk-7-alpine'
#    globalSettingsFile: ''
#    projectSettingsFile : ''

#Stage Specific Configurations
stages:
  staticCodeChecks:
    findbugsExcludesFile: '' #Path to findbugs exclude file
    pmdExcludes: '' # List or ANT style patterns

#  integrationTests:
#    credentials:
#      - alias: ''
#        credentialId: ''

#  s4SdkQualityChecks:
#    jacocoExcludes:
#      - ''
#    nonErpDestinations:
#      - ''

#  productionDeployment:
#    neoTargets:
#      - host: 'host'
#        account: 'yourAccount'
#        application: 'appName'
#        credentialsId: 'credentialsId'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy