Skip to content

Commit

Permalink
Merge pull request fabric8io#419 from lordofthejars/logs
Browse files Browse the repository at this point in the history
Adds two log lines to validate what and when tags are pushed
  • Loading branch information
Hrishikesh Shinde authored Aug 10, 2018
2 parents c6231c0 + 60aa825 commit 92fc97e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def tagDownstreamRepos() {
newVersion = getJenkinsVersion()
container(name: 'clients') {

println "Pushing Pipeline Library tag ${newVersion}"
flow.pushTag(newVersion)

}
Expand All @@ -25,6 +26,7 @@ def tagDownstreamRepos() {

sh "git commit -a -m 'Updated Jenkinsfiles with new library version ${newVersion}'"

println "Pushing Jenkinsfile Library tag ${newVersion}"
flow.pushTag(newVersion)
}

Expand Down

0 comments on commit 92fc97e

Please sign in to comment.