mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
16 lines
309 B
YAML
16 lines
309 B
YAML
#Project Setup
|
|
general:
|
|
productiveBranch: 'master'
|
|
|
|
#Steps Specific Configuration
|
|
steps:
|
|
mavenExecute:
|
|
dockerImage: 'maven:3.5-jdk-7'
|
|
influxWriteData:
|
|
influxServer: 'jenkins'
|
|
neoDeploy:
|
|
deployMode: 'mta'
|
|
warAction: 'deploy'
|
|
vmSize: 'lite'
|
|
neoCredentialsId: 'CI_CREDENTIALS_ID'
|