Alex O'Ree created JSPWIKI-1222:
-----------------------------------
Summary: CI build configuration is incorrect, not building PR
branches, only pulling from origin/master
Key: JSPWIKI-1222
URL: https://issues.apache.org/jira/browse/JSPWIKI-1222
Project: JSPWiki
Issue Type: Bug
Components: Build system
Reporter: Alex O'Ree
Attachments: image-2025-11-08-09-04-38-582.png
Here's what the build log says
> Commit message: "Merge pull request #159 from
> apache/dependabot/maven/org.jdom-jdom2-2.0.6.1"
> git config remote.origin.url https://github.com/apache/jspwiki # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* #
timeout=10
> git rev-parse refs/remotes/origin/master^\{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f f9ffc53ef4fc6f6a9329af6f25764ef3c9ccf1b3 # timeout=10
[Pipeline] withMaven
Commit message: "Merge pull request #159 from
apache/dependabot/maven/org.jdom-jdom2-2.0.6.1"
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master f9ffc53ef4fc6f6a9329af6f25764ef3c9ccf1b3 # timeout=10
However the head of this PR is commit 1ff5f02d1
from the CI server
!image-2025-11-08-09-04-38-582.png!
note that the header has the current commit number, but the git checkout log is
pulling from master.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)