- fixed stage declaration
@ -1,6 +1,7 @@
pipeline {
agent any
stages {
stage('Stylecheck') {
steps {
echo 'Checking Style...'
@ -16,3 +17,4 @@ pipeline {
}