Another update

This commit is contained in:
Mario 2018-11-27 14:38:34 -08:00
parent 5803d4dc19
commit c73366cdbc

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages {
stage("Test") {
steps {
sh 'echo "Fail!"; exit 1'
sh 'echo "Running tests'
}
}
stage("Build") {