소스 검색

Update Jenkinsfile

pull/46/head
Olivier Lamy 6 년 전
부모
커밋
d39a952d9d
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      Jenkinsfile

+ 2
- 1
Jenkinsfile 파일 보기

@@ -21,9 +21,10 @@ node (labels) {
timeout(120) {
withMaven(maven: buildMvn, jdk: buildJdk,
mavenSettingsConfig: deploySettings,
mavenLocalRepo: "${env.JENKINS_HOME}/${env.EXECUTOR_NUMBER}"
mavenLocalRepo: ".repository"
)
{
sh "rm -rf .repository"
// Run test phase / ignore test failures
sh "mvn -B clean deploy -Dmaven.test.failure.ignore=true"
}

Loading…
취소
저장