1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

fix: go generate

This commit is contained in:
Philip Germanov
2025-07-29 14:15:00 +03:00
parent e064dcff24
commit f9eec57424

View File

@@ -313,6 +313,11 @@ func npmExecuteScriptsMetadata() config.StepData {
Message: "NPM permission denied. Check file permissions or registry access rights.",
Category: "permission",
},
{
Pattern: "ERR_PNPM_FETCH_401",
Message: "PNPM authentication failed. Check your credentials or token.",
Category: "authentication",
},
},
},
Spec: config.StepSpec{