From 10888ed735d56ff72793f1966734288cc03a88a9 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 8 Mar 2017 01:36:05 +0100 Subject: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I9419b4663d273b007c6883ab63a317a32b88952c Signed-off-by: Jan-Simon Möller --- jjb/ci-AGL-verify/ci-platform-jjb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/ci-AGL-verify/ci-platform-jjb.yaml') diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index a9ad0d21..2afef2c3 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -276,7 +276,7 @@ builders: - shell: | set - export TRIGGERURL=$(echo ${{BUILDURL}} | sed -e 's,-CIB-start/,,') + export TRIGGERURL=$(echo ${{BUILD_URL}} | sed -e 's,-CIB-start/,,') ssh -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified=0 --label ci-image-build=0 --label ci-image-boot-test=0 -n NONE --message="CI-Image-Build\ started.\ URL:\ ${{TRIGGERURL}}" || true # -- cgit 1.2.3-korg