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

Adjusted Jenkinsfile

parent f7572e3f
...@@ -9,15 +9,10 @@ pipeline { ...@@ -9,15 +9,10 @@ pipeline {
echo "Checkout complete" echo "Checkout complete"
} }
} }
stage('Test') {} stage('Test') {
echo "Tetsing project..."
sh './gradlew clean test --no-daemon' //run a gradle task sh './gradlew clean test --no-daemon' //run a gradle task
echo "Test complete"
}
post {
always{
junit 'target/surefire-reports/*.xml'
}
}
} }
} }
} }
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