Commit 34db60fe authored by Fernando Vazquez's avatar Fernando Vazquez

Adjusted Jenkinsfile

parent 556cc500
......@@ -10,9 +10,11 @@ pipeline {
}
}
stage('Test') {
steps {
echo "Tetsing project..."
sh './gradlew clean test --no-daemon' //run a gradle task
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