From 36124b47cc740790f4c5b5849cb6f16a02039636 Mon Sep 17 00:00:00 2001 From: Jesse James Isler Date: Thu, 9 Jun 2022 14:32:55 +0200 Subject: [PATCH] Renamed the Build Step --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 90efbde..e15079d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { // } // } - stage('Build') { + stage('Build Angular') { steps { sh 'npm run ng build --prod --aot --sm --progress=false' }