Skip to content

Commit f3b7015

Browse files
Create wercker.yml
1 parent 0f68381 commit f3b7015

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

wercker.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
box:
2+
id: store/oracle/weblogic
3+
tag: 12.2.1.3
4+
username: $DOCKERHUB_USER
5+
password: $DOCKERHUB_PASS
6+
7+
build:
8+
steps:
9+
- script:
10+
name: Install pre-reqs
11+
code: |
12+
yum -y install tar gzip
13+
- java/maven:
14+
goals: clean install
15+
version: 3.5.2
16+
cache_repo: true
17+
- java/maven:
18+
profiles: build-sonar
19+
maven_opts: -Dsonar.login=${SONAR_LOGIN} -Dsonar.password=${SONAR_PASSWORD} -Dsonar.host.url=${SONAR_HOST}
20+
goals: clean install sonar:sonar javadoc:javadoc
21+
cache_repo: true
22+
version: 3.5.2

0 commit comments

Comments
 (0)