Update Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -31,7 +31,8 @@ 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 origin HEAD:main
|
git push https://$GIT_USER:$GIT_PASS@gitea.dev.bodnarescu.ro/s_zsolt/test_git.git HEAD:main
|
||||||
|
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user