This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a commit to branch dw/8427
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/dw/8427 by this push:
new 4d8ca6d70 fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!
fixup! fixup! [#8427] fix jenkins failing on forgegit
4d8ca6d70 is described below
commit 4d8ca6d70f6f0fa3f61b429613fc09c07193b799
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Apr 25 08:58:56 2022 -0400
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!
[#8427] fix jenkins failing on forgegit
---
scripts/jenkins-python3.7.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/jenkins-python3.7.sh b/scripts/jenkins-python3.7.sh
index e39915120..40cad920d 100755
--- a/scripts/jenkins-python3.7.sh
+++ b/scripts/jenkins-python3.7.sh
@@ -29,6 +29,7 @@ echo "Jenkins Host Info:"
echo
"============================================================================="
echo -n 'cpu count: '; grep -c processor /proc/cpuinfo
echo hostname: `hostname --short`
+whoami
echo NODE_NAME: $NODE_NAME
echo docker:
docker version
@@ -39,6 +40,8 @@ echo workspace: $WORKSPACE
echo jenkins_home: $JENKINS_HOME
echo home: $HOME
echo pwd: `pwd`
+ls -lAh
+ls -lAh ../
env
echo