Commit 556cc500 authored by Fernando Vazquez's avatar Fernando Vazquez

Adjusted Jenkinsfile

parent f7572e3f
......@@ -9,15 +9,10 @@ pipeline {
echo "Checkout complete"
}
}
stage('Test') {}
stage('Test') {
echo "Tetsing project..."
sh './gradlew clean test --no-daemon' //run a gradle task
}
post {
always{
junit 'target/surefire-reports/*.xml'
}
}
echo "Test complete"
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment