ソースを参照

Adding workspace preparation for JDK11

pull/61/head
Martin Stockhammer 3年前
コミット
12827812ac
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      Jenkinsfile

+ 2
- 0
Jenkinsfile ファイルの表示

options: publishers options: publishers
) )
{ {
sh "chmod 755 ./src/ci/scripts/prepareWorkspace.sh"
sh "./src/ci/scripts/prepareWorkspace.sh"
sh "mvn clean install -U -B -e -fae -Dmaven.compiler.fork=true -Pci-build -T${THREADS}" sh "mvn clean install -U -B -e -fae -Dmaven.compiler.fork=true -Pci-build -T${THREADS}"
} }
} }

読み込み中…
キャンセル
保存