mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
Test deployment to vapor with dynamic commit message from git
This commit is contained in:
Vendored
+1
-1
@@ -44,7 +44,7 @@ pipeline {
|
||||
script{
|
||||
String gitCommitMessage = getCommitMessage()
|
||||
println("GIT CommitMessage: " + gitCommitMessage)
|
||||
sh 'vendor/bin/vapor deploy staging --message="${gitCommitMessage}"'
|
||||
sh "vendor/bin/vapor deploy staging --message='${gitCommitMessage}'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user