mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
escape single quote in the gitCommitMessage that cause problem in deployment through Jenkins
This commit is contained in:
Vendored
+1
@@ -112,5 +112,6 @@ String getCommitMessage(){
|
||||
commitMessage = entry.msg
|
||||
}
|
||||
}
|
||||
commitMessage = commitMessage.replace("'", "`")
|
||||
return commitMessage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user