Skip to content

Commit

Permalink
Changing default name to Jenkinsfile. Change default appname to basic…
Browse files Browse the repository at this point in the history
…-spring
  • Loading branch information
etsauer committed Dec 11, 2017
1 parent 7b84d27 commit e3e4954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basic-spring-boot/build/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ parameters:
- description: The name for the application.
name: APPLICATION_NAME
required: true
value: basic-tomcat
value: basic-spring
- description: The namespace to deploy into
name: NAMESPACE
required: true
Expand All @@ -78,7 +78,7 @@ parameters:
value:
- description: Path within Git project pointing to the pipeline run script
name: PIPELINE_SCRIPT
value: pipeline.groovy
value: Jenkinsfile
- description: GitHub trigger secret
from: '[a-zA-Z0-9]{8}'
generate: expression
Expand Down

0 comments on commit e3e4954

Please sign in to comment.