Skip to content

Commit 92fc97e

Browse files
author
Hrishikesh Shinde
authored
Merge pull request fabric8io#419 from lordofthejars/logs
Adds two log lines to validate what and when tags are pushed
2 parents c6231c0 + 60aa825 commit 92fc97e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.groovy

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def tagDownstreamRepos() {
99
newVersion = getJenkinsVersion()
1010
container(name: 'clients') {
1111

12+
println "Pushing Pipeline Library tag ${newVersion}"
1213
flow.pushTag(newVersion)
1314

1415
}
@@ -25,6 +26,7 @@ def tagDownstreamRepos() {
2526

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

29+
println "Pushing Jenkinsfile Library tag ${newVersion}"
2830
flow.pushTag(newVersion)
2931
}
3032

0 commit comments

Comments
 (0)