diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-08 01:45:12 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-08 01:45:12 +0100 |
commit | 45aa99cd67f5524b3af705183764c9fad5a047a4 (patch) | |
tree | 0fabf44eab323408f1dcd4893506d9c9c8e25795 /jjb/ci-AGL-verify | |
parent | ddc00ad37f85e699e0ab4c8ce78446e932c516e6 (diff) |
Send message early
Change-Id: I7c9c3ac4abc08fffc53f30a71b6916f491a9c6dd
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/ci-AGL-verify')
-rw-r--r-- | jjb/ci-AGL-verify/ci-platform-jjb.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/jjb/ci-AGL-verify/ci-platform-jjb.yaml b/jjb/ci-AGL-verify/ci-platform-jjb.yaml index 8e761a47..7b3a6840 100644 --- a/jjb/ci-AGL-verify/ci-platform-jjb.yaml +++ b/jjb/ci-AGL-verify/ci-platform-jjb.yaml @@ -69,6 +69,10 @@ build-timeout: '{build-timeout}' builders: + - shell: | + set + #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-cycle\ started.\ URL:\ ${{BUILD_URL}}" || true - multijob: name: CIB-{project}-start condition: SUCCESSFUL @@ -276,8 +280,8 @@ builders: - shell: | set - 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 + #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:\ ${{BUILD_URL}}" || true # # CIB-finish-success |