- fixed stage declaration
@ -1,6 +1,7 @@
pipeline {
agent any
stages {
stage('Stylecheck') {
steps {
echo 'Checking Style...'
@ -15,4 +16,5 @@ pipeline {
sh 'ng build --prod'
}