The recommended git tool is: NONE
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /jenkins/work/agent-local/workspace/Stalactite pipeline/.git # timeout=10
> git config remote.origin.url https://github.com/codefilarete/stalactite.git/ # timeout=10
Fetching upstream changes from https://github.com/codefilarete/stalactite.git/
> git --version # timeout=10
> git --version # 'git version 2.43.0'
> git fetch --tags --force --progress -- https://github.com/codefilarete/stalactite.git/ +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 40e99409c1c24e2a1ed030c42ef53c26ba13c0dd (refs/remotes/origin/master)
Commit message: "Implementing on HSQLDB the approach to simplify Dialect configuration for end-user : HSQLDBDialect is removed and replaced by HSQLDBDialectBuilder. Default behaviors are provided by DatabaseVendorSettings and a dedicated one is created by vendor : HSQLDBDatabaseSettings. Required some changes on DatabaseVendorSettings class, and then some adaptions to other vendors are made but temporary. Now on, changing some options is available through the Builder, combined by DialectOptions. Raised some bugs on PersistenceContext.insert(..) and PersistenceContext.update(..) which were not escaping keywords. It required a bunch of changes in particular on InsertCommandBuilder and some generics enhancements (lack of knowledge at implementation time)"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 40e99409c1c24e2a1ed030c42ef53c26ba13c0dd # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 40e99409c1c24e2a1ed030c42ef53c26ba13c0dd # timeout=10
> git rev-list --no-walk a56f1beb1a6a16ddec07c7e8ae035a4298964123 # timeout=10