This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch feature/gh-source-test in repository https://gitbox.apache.org/repos/asf/celix-site.git
commit 5b8c3e94072e3a43c3a86f23685bb90621b1fdd2 Author: Roy Lenferink <[email protected]> AuthorDate: Sun Feb 26 15:41:32 2023 +0100 Try to use GH source --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index bd87e57..0b78f75 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,6 +71,10 @@ pipeline { script { // Checkout branch with generated content sh """ + git remote -v + git branch -a + git config --get remote.origin.fetch + git checkout ${DEPLOY_BRANCH} git pull origin ${DEPLOY_BRANCH} """
