We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5def5b5 commit 6ca498eCopy full SHA for 6ca498e
Jenkinsfile
@@ -46,6 +46,8 @@ def CheckNightlyTag(githubToken, repoOwner, repoName, expectedHash)
46
jq -r '.object.sha'
47
""", true).trim()
48
49
+ echo "Current tag hash: ${tagHash}"
50
+
51
if (tagHash == expectedHash) {
52
return true
53
}
0 commit comments