1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00

Update jenkinsfile

This commit is contained in:
Anton Titovets 2024-09-16 15:04:07 +03:00
parent 5acd3cd6d4
commit b3a0ffc9d5

View File

@ -28,7 +28,7 @@ pipeline {
bat "git config --global core.ignorecase true"
bat "git add ."
bat 'git commit -m "Main build (Jenkins)"'
bat "git push origin main"
bat "git push origin HEAD"
}