Another update
This commit is contained in:
parent
5803d4dc19
commit
c73366cdbc
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -3,7 +3,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage("Test") {
|
stage("Test") {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo "Fail!"; exit 1'
|
sh 'echo "Running tests'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
|
|
Loading…
Reference in a new issue