Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit fd67491

Browse files
authored
fix(Jenkinsfile) jx step changelog --generate-yaml=false
1 parent 5e2fba7 commit fd67491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pipeline {
7777
steps {
7878
container("maven") {
7979
dir ("./charts/$APP_NAME") {
80-
sh "jx step changelog --version v\$(cat ../../VERSION)"
80+
sh "jx step changelog --generate-yaml=false --version v\$(cat ../../VERSION)"
8181

8282
// publish to github
8383
retry(5) {

0 commit comments

Comments
 (0)