laforge submitted this 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(-)
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.