Kaynağa Gözat

Jenkins DSL: Fix setting property for Sonar-Host-URL

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1786670 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_FINAL
Dominik Stadler 7 yıl önce
ebeveyn
işleme
bd710dc5e7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      jenkins/create_jobs.groovy

+ 1
- 1
jenkins/create_jobs.groovy Dosyayı Görüntüle

@@ -251,7 +251,7 @@ for more details about the DSL.</b>
shell(shellcmds)
gradle {
switches('-PenableSonar')
switches('-PsystemProp.sonar.host.url=$SONAR_HOST_URL')
switches('-Dsonar.host.url=$SONAR_HOST_URL')
tasks('sonarqube')
useWrapper(false)
}

Loading…
İptal
Kaydet