jenkins: use git name and mail
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -59,6 +59,8 @@ pipeline {
|
||||
dir("fdroid-repo") {
|
||||
withCredentials([gitUsernamePassword(credentialsId: '3563e7c8-6a79-407c-9681-5d6e6291ba34')]) {
|
||||
sh '''
|
||||
git config --global user.email "jenkins@comumail.de"
|
||||
git config --global user.name "Jenkins CI"
|
||||
./push-apks.sh
|
||||
'''
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user