mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
fix broken scm block in hifiJob
This commit is contained in:
parent
923b12ead8
commit
33cb30d8bf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ def hifiJob(String targetName, Boolean deploy) {
|
|||
|
||||
scm {
|
||||
git(GIT_REPO_URL, 'master') { node ->
|
||||
node << includedRegions << "${targetName}/.*\nlibraries/.*"
|
||||
node / includedRegions << "${targetName}/.*\nlibraries/.*"
|
||||
node / 'userRemoteConfigs' / 'hudson.plugins.git.UserRemoteConfig' / 'name' << ''
|
||||
node / 'userRemoteConfigs' / 'hudson.plugins.git.UserRemoteConfig' / 'refspec' << ''
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue