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

archetype-resources.pipeline_config.yml Maven / Gradle / Ivy

#Project Setup
general:
  productiveBranch: 'master'

#Steps Specific Configuration
steps:
  mavenExecute:
#    dockerImage: 'maven:3.6.0-jdk-8'
    projectSettingsFile : ''

  cloudFoundryDeploy:
#    dockerImage: 's4sdk/docker-cf-cli'
    smokeTestStatusCode: '200'


#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:
#    cfTargets:
#      - org: 'org'
#        space: 'Productive'
#        apiEndpoint: 'https://'
#        appName: 'appName'
#        manifest: 'manifest.yml'
#        credentialsId: 'credentialsId'




© 2015 - 2025 Weber Informatics LLC | Privacy Policy