When configuring the installation of a specific version of NodeJs, when running the tests I came across some dependency errors. Are these dependencies also resolved by installing via tools? Could someone help me please.
See the test log below
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
Unpacking https://nodejs.org/dist/v21.6.0/node-v21.6.0-linux-x64.tar.gz to /var/lib/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/node_v18 on Jenkins
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clone)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
The recommended git tool is: NONE
using credential gitlab
skipping resolution of commit remotes/origin/nextjs, since it originates from another repository
git rev-parse refs/remotes/origin/nextjs^{commit} # timeout=10
Checking out Revision fc201da8a2292848e865755c00a41ef10df797e0 (refs/remotes/origin/nextjs)
git config core.sparsecheckout # timeout=10
git checkout -f fc201da8a2292848e865755c00a41ef10df797e0 # timeout=10
git branch -a -v --no-abbrev # timeout=10
git checkout -b nextjs fc201da8a2292848e865755c00a41ef10df797e0 # timeout=10
Commit message: “Update tsconfig.json”
git rev-list --no-walk 70afbf3b7bd1e2ed50935bec69f07c59ca6f8adb # timeout=10
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
- node --version
node: /lib64/libm.so.6: version `GLIBC_2.27’ not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20’ not found (required by node)
node: /lib64/libstdc++.so.6: version `CXXABI_1.3.9’ not found (required by node)
node: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.21’ not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.27’ not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.28’ not found (required by node)
node: /lib64/libc.so.6: version `GLIBC_2.25’ not found (required by node)