osmith has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-ci/+/38385?usp=email )


Change subject: jobs/build-kernels-testenv: fix git refspec
......................................................................

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: '[email protected]'
-          refspec: '$BRANCH_KERNEL'
+          refspec: 
'+refs/heads/$BRANCH_KERNEL:refs/remotes/origin/$BRANCH_KERNEL'
           shallow-clone: true
           wipe-workspace: false
           clean:

--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/38385?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I8f6c19984f7dc8e7b28cfafab9384c639945b47c
Gerrit-Change-Number: 38385
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <[email protected]>

Reply via email to