diff --git a/Jenkinsfile b/Jenkinsfile index b4d817b1da94db35cd6eb1286264626007980c1f..2d493b23e1189974f08872f05924e6e4aa296da8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,7 +67,7 @@ pipeline { sh 'echo "//nexus.ozg-sh.de/:_auth=amVua2luczpQaihzX0ZNNFU5ZC8=" >> ~/.npmrc' sh 'npm cache verify' - sh 'npm install --legacy-peer-deps' + sh 'npm install' if (isReleaseBranch()) { sh 'npm run ci-prodBuild' @@ -222,7 +222,7 @@ pipeline { script { FAILED_STAGE = env.STAGE_NAME E2E_FAILED = "" - + dir('goofy-client') { sh "npm run cypress:install" } @@ -275,7 +275,7 @@ pipeline { def stageName = env.STAGE_NAME def bezeichner = env.EA_BEZEICHNER def dbPort = 27018 - + exposeDatenbank(generateNamespace(bezeichner), dbPort) exposeElasticSearch()