osmith has uploaded this change for review.

View Change

jobs/build-kernels-testenv: fix git refspec

With the previous refspec, the job didn't fetch any new changes after
the initial clone. Use the proper syntax to fetch the desired branch.

Change-Id: I8f6c19984f7dc8e7b28cfafab9384c639945b47c
---
M jobs/build-kernels-testenv.yml
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/85/38385/1
diff --git a/jobs/build-kernels-testenv.yml b/jobs/build-kernels-testenv.yml
index cde1706..d916093 100644
--- a/jobs/build-kernels-testenv.yml
+++ b/jobs/build-kernels-testenv.yml
@@ -56,7 +56,7 @@
url: "{obj:url}"
git-config-name: 'Jenkins Builder'
git-config-email: 'jenkins@osmocom.org'
- refspec: '$BRANCH_KERNEL'
+ refspec: '+refs/heads/$BRANCH_KERNEL:refs/remotes/origin/$BRANCH_KERNEL'
shallow-clone: true
wipe-workspace: false
clean:

To view, visit change 38385. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I8f6c19984f7dc8e7b28cfafab9384c639945b47c
Gerrit-Change-Number: 38385
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>