jobs/updateSrcRev: replaced ä by ue
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
b40c884da2
commit
05a5786bb3
|
|
@ -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}
|
||||||
""")
|
""")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue