jobs/updateSrcRev: replaced ä by ue

Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmüller 2023-09-11 11:19:39 +02:00
parent b40c884da2
commit 05a5786bb3
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def commitAndPushTheChanges(commonHelpers, repoDir, origBranch) {
// active directory. // active directory.
sh(label: "Commit and push changes", returnStdout: true, script: """ sh(label: "Commit and push changes", returnStdout: true, script: """
git config --global user.email "marc.mattmueller@netmodule.com" git config --global user.email "marc.mattmueller@netmodule.com"
git config --global user.name "Marc Mattmüller" git config --global user.name "Marc Mattmueller"
git commit -m "${commitMsg}" git commit -m "${commitMsg}"
git push -u origin ${theNewBranch} git push -u origin ${theNewBranch}
""") """)