diff options
-rw-r--r-- | jjb/bottlenecks/bottlenecks-project-jobs.yml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/jjb/bottlenecks/bottlenecks-project-jobs.yml b/jjb/bottlenecks/bottlenecks-project-jobs.yml index 51782a255..523d363f7 100644 --- a/jjb/bottlenecks/bottlenecks-project-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-project-jobs.yml @@ -71,7 +71,8 @@ - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' builders: - - bottlenecks-unit-tests + - bottlenecks-hello + #- bottlenecks-unit-tests - job-template: name: 'bottlenecks-merge-{stream}' @@ -105,7 +106,8 @@ branch-pattern: '**/{branch}' builders: - - bottlenecks-unit-tests + - bottlenecks-hello + #- bottlenecks-unit-tests - job-template: name: 'bottlenecks-{suite}-upload-artifacts-{stream}' @@ -215,3 +217,12 @@ /bin/bash $WORKSPACE/tests.sh deactivate + +- builder: + name: bottlenecks-hello + builders: + - shell: | + #!/bin/bash + set -o errexit + + echo "hello" |