teched2020-DEV267 icon indicating copy to clipboard operation
teched2020-DEV267 copied to clipboard

Invalid tag name "&&"

Open simonroloff opened this issue 3 years ago • 2 comments

Running the repo as is in JENKINS, I get the following error message. What can I do?

+ ./piper uiVeri5ExecuteTests
info  uiVeri5ExecuteTests - Using stageName 'System tests' from env variable 'STAGE_NAME'
info  uiVeri5ExecuteTests - Project config: NONE ('.pipeline/config.yml' does not exist)
info  uiVeri5ExecuteTests - running command: npm install @sap/cds --global --quiet && NPM_CONFIG_PREFIX=/home/node/.npm-global npm install @sap/cds-dk --global --quiet --force && NPM_CONFIG_PREFIX=/home/node/.npm-global npm install @ui5/uiveri5 --global --quiet && npm install --force && cd fiori && (/home/node/.npm-global/lib/node_modules/@sap/cds/bin/cds.js watch > cds.log 2>&1 &)
warn  uiVeri5ExecuteTests - npm WARN using --force I sure hope you know what you are doing.
error uiVeri5ExecuteTests - npm ERR! code EINVALIDTAGNAME
error uiVeri5ExecuteTests - npm ERR! Invalid tag name "&&": Tags may not have any characters that encodeURIComponent encodes.
info  uiVeri5ExecuteTests - 
error uiVeri5ExecuteTests - npm ERR! A complete log of this run can be found in:
error uiVeri5ExecuteTests - npm ERR!     /home/node/.npm/_logs/2021-04-19T09_56_23_301Z-debug.log
fatal uiVeri5ExecuteTests - step execution failed - failed to execute install command: npm install @sap/cds --global --quiet && NPM_CONFIG_PREFIX=/home/node/.npm-global npm install @sap/cds-dk --global --quiet --force && NPM_CONFIG_PREFIX=/home/node/.npm-global npm install @ui5/uiveri5 --global --quiet && npm install --force && cd fiori && (/home/node/.npm-global/lib/node_modules/@sap/cds/bin/cds.js watch > cds.log 2>&1 &): running command 'npm' failed: cmd.Run() failed: exit status 1

simonroloff avatar Apr 19 '21 09:04 simonroloff