diff options
Diffstat (limited to 'jjb/ci-apps-verify/ci-apps-jjb.yaml')
-rw-r--r-- | jjb/ci-apps-verify/ci-apps-jjb.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.yaml b/jjb/ci-apps-verify/ci-apps-jjb.yaml index 7b1d4476..afc3b309 100644 --- a/jjb/ci-apps-verify/ci-apps-jjb.yaml +++ b/jjb/ci-apps-verify/ci-apps-jjb.yaml @@ -82,8 +82,8 @@ build-timeout: '{build-timeout}' builders: - shell: | - set - set -x + #set + #set -x export TRIGGERURL=$(echo ${{BUILD_URL}} | sed -e 's,-CIB-start.*,,') echo \$TRIGGERURL ssh -o "UserKnownHostsFile=/dev/null" -o "StrictHostKeyChecking=no" -p 29418 agl-jobbuilder@gerrit.automotivelinux.org gerrit review ${{GERRIT_CHANGE_NUMBER}},${{GERRIT_PATCHSET_NUMBER}} --verified=0 -n NONE --message="CI-cycle\ started.\ URL:\ ${{BUILD_URL}}" || true |