Fix typo 65/8665/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 8 Mar 2017 00:36:05 +0000 (01:36 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Wed, 8 Mar 2017 00:36:05 +0000 (01:36 +0100)
Change-Id: I9419b4663d273b007c6883ab63a317a32b88952c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/ci-AGL-verify/ci-platform-jjb.yaml

index a9ad0d2..2afef2c 100644 (file)
     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
 
 #