Skip to content

Commit da016c1

Browse files
Attempt 16
1 parent 01fcc54 commit da016c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def CheckNightlyTag(githubToken, repoOwner, repoName, expectedHash)
5656
//"""
5757

5858
echo "Current tag hash: ${tagHash}"
59-
echo "Current tag commit hash: ${tagCommitHash}, ${tagCommitHash.Length()}"
60-
echo "expectedHash: ${expectedHash}, ${expectedHash.Length()}"
59+
echo "Current tag commit hash: ${tagCommitHash}, ${tagCommitHash.length()}"
60+
echo "expectedHash: ${expectedHash}, ${expectedHash.length()}"
6161
if (tagCommitHash.equals(expectedHash)) {
6262
return true
6363
}

0 commit comments

Comments
 (0)