laforge has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve fixeria: Looks good to me, approved
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: