fix: origin/develop
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -52,7 +52,7 @@ pipeline {
|
||||
|
||||
// 3. Scalamy develop do main
|
||||
// --no-ff tworzy commit scalający (widać historię w grafie)
|
||||
sh 'git merge develop --no-ff -m "Merge branch develop into main (Jenkins CI)"'
|
||||
sh 'git merge origin/develop --no-ff -m "Merge branch develop into main (Jenkins CI)"'
|
||||
|
||||
// 4. Wysyłamy zmiany do Gitea
|
||||
// StrictHostKeyChecking=no zapobiega pytaniom o akceptację klucza hosta
|
||||
|
||||
Reference in New Issue
Block a user