Added Jenkinsfile

This commit is contained in:
Neeham Khalid 2020-03-12 11:22:31 -04:00
parent a1f21c5909
commit 42f905296b

6
Jenkinsfile vendored
View file

@ -19,5 +19,11 @@ pipeline {
} }
} }
stage('Deploy') {
steps {
sh './mvnw package'
}
}
} }
} }