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: 'jenkins@osmocom.org' - refspec: '$BRANCH_KERNEL' + refspec: '+refs/heads/$BRANCH_KERNEL:refs/remotes/origin/$BRANCH_KERNEL' shallow-clone: true wipe-workspace: false clean: