1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-04 03:48:40 +02:00

Update jenkinsfile

This commit is contained in:
Anton Titovets 2024-09-16 15:40:47 +03:00
parent 3efe467edd
commit b074e9613e

View File

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