@ -17,11 +17,6 @@ pipeline {
'''
}
stage('Test') {
steps {
bat 'mvn test'
stage("Deploy React App") {
when { expression { false } }