From 1bc77e4cb64ac298a5c01e163a216af9a03b542a Mon Sep 17 00:00:00 2001 From: Jos Ahrens Date: Sat, 16 Jun 2018 13:49:00 +0200 Subject: [PATCH] ci: Add modifiedLocales to git-commit message --- .ci/Jenkinsfile.crowdin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile.crowdin b/.ci/Jenkinsfile.crowdin index 6dbbc0a8..458081d4 100644 --- a/.ci/Jenkinsfile.crowdin +++ b/.ci/Jenkinsfile.crowdin @@ -60,7 +60,7 @@ timestamps { ) sh 'git add .' try { - sh 'git commit -m "Update translations from Crowdin"' + sh 'git commit -m "Update translations from Crowdin for ' + modifiedLocales + '"' } catch(e) { echo 'No changes found' return