mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
Update jenkinsfile
This commit is contained in:
parent
5cd6d8ebbe
commit
3471bc277e
@ -26,7 +26,7 @@ pipeline {
|
||||
def encodedPassword = URLEncoder.encode("$GIT_PASSWORD",'UTF-8')
|
||||
bat encoding: 'UTF-8', script:"git config user.email VitalyTheAlpaca@gmail.com"
|
||||
bat encoding: 'UTF-8', script:"git config user.name VitalyTheAlpaca"
|
||||
bat encoding: 'UTF-8', script:"git config --global core.ignorecase false"
|
||||
bat encoding: 'UTF-8', script:"git config --global core.ignorecase true"
|
||||
bat encoding: 'UTF-8', script:"git add ."
|
||||
bat encoding: 'UTF-8', script:"git commit -m 'Основная сборка (Jenkins)'"
|
||||
bat encoding: 'UTF-8', script:"git push https://${GIT_USERNAME}:${encodedPassword}@github.com/${GIT_USERNAME}/openintegrations.git"
|
||||
|
Loading…
Reference in New Issue
Block a user