@ -7,7 +7,16 @@ pipeline{
}
stages{
stage ('Initialize') {
steps {
sh '''
echo "PATH = ${PATH}"
echo "M2_HOME = ${M2_HOME}"
'''
stage('Build'){
step{
sh 'mvn -Dmaven.test.failure.ignore=true build'
post{
@ -16,4 +25,5 @@ pipeline{