diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-17 17:07:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-17 17:07:40 +0100 |
commit | afd8f53902477a5f889c4a28a2643028c74f270b (patch) | |
tree | 305515ddd5702e3ee6e8cdc9c7c7fe93332f3078 | |
parent | 8656a75c94e09d47c7dd8a922b4d21d23459cc59 (diff) | |
download | vyos-1x-afd8f53902477a5f889c4a28a2643028c74f270b.tar.gz vyos-1x-afd8f53902477a5f889c4a28a2643028c74f270b.zip |
Revert "Jenkins: T1870: adjust branch pointer"
This reverts commit 1f810cbd0abd8bb5c9c7a499a253b0c2ddd36b70.
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b070bd939..3dee31718 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { doGenerateSubmoduleConfigurations: false, extensions: [[$class: 'CleanCheckout']], submoduleCfg: [], - userRemoteConfigs: [[refspec: "+refs/pull/*/head:refs/remotes/origin/PR-* +refs/heads/*:refs/remotes/origin/*", url: getGitRepoURL()]] + userRemoteConfigs: [[refspec: "+refs/pull/*:refs/remotes/origin/* +refs/heads/*:refs/remotes/origin/*", url: getGitRepoURL()]] ]) } } |