소스 검색

Adding workspace preparation for JDK11

pull/61/head
Martin Stockhammer 3 년 전
부모
커밋
12827812ac
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      Jenkinsfile

+ 2
- 0
Jenkinsfile 파일 보기

@@ -147,6 +147,8 @@ pipeline {
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}"
}
}

Loading…
취소
저장