-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathshippable.yml
More file actions
32 lines (25 loc) · 864 Bytes
/
shippable.yml
File metadata and controls
32 lines (25 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
language: java
jdk:
- openjdk7
- oraclejdk7
- openjdk6
after_success:
- mvn clean cobertura:cobertura
- mvn test
before_install:
- shippable_retry 'if [ $i -eq 3 ]; then echo "done"; else foobar$i; fi'
before_script:
- mvn --version
- echo $key1 and $key2
env:
- secure: CcP0FUovEgQHdrIhphxgInHkdMbzLB29/lEoE06j8K8qhJ1Z0lfRHHu9FKegb9/td/MIabzi22EMem89lW2p6180WRqY1buu973FTme6TCdLlLAsAZJx5nvsdRirv17i3azkbSQmqStyKPujPc9hXwekHlkvr5mtLS01IEHm6Rd77cX8+8dwaAQ6F+u4oFn84Eq4kost8PTtvxmx5pR+2OUthkuIQ4YM5sC/TT7hJ/dCA62UBZ31eIykB2Ulyc4/oksKmVZcny18Gf1UJZV30R4eWb/6mkXuH/exekjkiERXteJXde0SH9szYvrEyBeTycViGJNWYJzXRQQepxQDMw==
archive: true
#cache: true
notifications:
email:
recipients:
- vidya@shippable.com
- buildsampletest@gmail.com
on_success: change
on_failure: always
#build_image: shippable/minv2:beta