Skip to content

Commit 673f786

Browse files
Attempt 17
1 parent da016c1 commit 673f786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ pipeline
223223
]
224224
)
225225

226-
GIT_HASH = bash("echo \$(git rev-parse --verify HEAD)", true)
226+
GIT_HASH = bash("echo \$(git rev-parse --verify HEAD)", true).trim()
227227
echo "GITHASH: ${GIT_HASH}"
228228

229229
if(!STORE_BUILD)

0 commit comments

Comments
 (0)