Update Jenkinsfile

This commit is contained in:
2026-02-05 17:30:08 +00:00
parent 58a7b8d9cb
commit 1afe97f662

2
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
git add jenkis_test.txt git add jenkis_test.txt
git commit -m "Jenkins: add jenkis_test.txt" || echo "Nothing to commit" git commit -m "Jenkins: add jenkis_test.txt" || echo "Nothing to commit"
git push git push origin HEAD:main
''' '''
} }
} }