Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions JenkinsJobs/Builds/build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ spec:
sshagent(['github-bot-ssh']) {
sh '''
set -eo pipefail
git config --global user.email "eclipse-[email protected]"
git config --global user.name "Eclipse Releng Bot"
git config --global user.email '[email protected]'
git config --global user.name 'Eclipse Releng Bot'
./mb100_cloneRepos.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb100_cloneRepos.sh.log
'''
}
Expand Down
2 changes: 1 addition & 1 deletion JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pipeline {
checkout scm
sh '''
git submodule update --init --recursive
git config --global user.email 'eclipse-[email protected]'
git config --global user.email '[email protected]'
git config --global user.name 'Eclipse Releng Bot'
'''
}
Expand Down
Loading