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
The following commit(s) were added to refs/heads/feature/gh-source-test by this
push:
new f7e4a65 More debugging
f7e4a65 is described below
commit f7e4a656e289f5546945c5289a196135c6968d1d
Author: Roy Lenferink <[email protected]>
AuthorDate: Thu Mar 30 19:31:27 2023 +0200
More debugging
---
Jenkinsfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index e7fd8a2..63448a7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -87,6 +87,9 @@ pipeline {
"""
// Push the generated content for deployment
+ sh "git remote -v"
+ sh "git branch -v"
+ sh "git branch -a"
sh "git push -u origin ${DEPLOY_BRANCH}"
}
}