2958 - test a failure

This commit is contained in:
bruno DA SILVA
2020-05-25 15:51:42 +02:00
parent 0c6ab86e54
commit 076d2e3d46

1
Jenkinsfile vendored
View File

@@ -30,6 +30,7 @@ pipeline {
parallel {
stage('unattended_install default env') {
steps {
sh './.jenkins/bin/purposely_fail.sh'
sh './.jenkins/bin/unattended_install/default_env.sh'
}
}