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 7780bba commit ac7c01cCopy full SHA for ac7c01c
Jenkinsfile
@@ -58,7 +58,7 @@ def CheckNightlyTag(githubToken, repoOwner, repoName, expectedHash)
58
echo "Current tag hash: ${tagHash}"
59
echo "Current tag commit hash: ${tagCommitHash}"
60
echo "expectedHash: ${expectedHash}"
61
- if (tagCommitHash == expectedHash) {
+ if (tagCommitHash.equals(expectedHash)) {
62
return true
63
}
64
0 commit comments