This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ language : java
2+ jdk :
3+ - openjdk8
4+ branches :
5+ only :
6+ - master
7+ - gerrit-integration
8+ - " /^v[0-9]+\\ .[0-9]+\\ .[0-9]+.*$/"
9+ install : true
10+ before_script :
11+ - sudo chown -R $USER:$GROUP $TRAVIS_BUILD_DIR
12+ script :
13+ - if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then mvn clean install -q; fi
14+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
15+ cp ./src/devops/deploy-snapshot.sh . && ./deploy-snapshot.sh; fi
16+ - if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [[ "$TRAVIS_BRANCH" =~ ^v[0-9]+\.[0-9]+\.[0-9]+.*$
17+ ]]; then cp ./src/devops/release.sh . && ./release.sh; fi
18+ notifications :
19+ webhooks :
20+ urls : https://webhooks.gitter.im/e/48597b0f75dd571734bc
21+ on_success : always
22+ on_failure : always
23+ on_start : always
24+ email :
25+ recipients :
26+ - tapabrata.pal@capitalone.com
27+ - ragha.vema@capitalone.com
28+ on_success : always
29+ on_failure : always
You can’t perform that action at this time.
0 commit comments