Skip to content

Commit 55418d6

Browse files
committed
Add jobcreator script
1 parent 694912d commit 55418d6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

build.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
schedules:
2+
adhoc:
3+
schedule: adhoc
4+
branches:
5+
include: [netty]
6+
architecture:
7+
- x64
8+
os:
9+
- ubuntu/xenial64
10+
build:
11+
- script: |
12+
. /usr/local/bin/jdk_switcher.sh
13+
jdk_switcher use openjdk8
14+
export MAVEN_HOME=/home/jenkins/.mvn/apache-maven-3.2.5
15+
export PATH=$MAVEN_HOME/bin:$PATH
16+
mvn -B install -DskipTests

0 commit comments

Comments
 (0)