From e1906808e5fcef1e66c0f50129a554184cc4ae46 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 26 Sep 2019 22:28:12 +0200 Subject: Remove verbosity from jenkins jobs clean the logs. Can be re-enabled when debugging is needed. Signed-off-by: Jan-Simon Moeller Change-Id: I13bba480196e3932c45123c62f03064e420f257f --- jjb/ci-apps-verify/ci-apps-jjb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/ci-apps-verify/ci-apps-jjb.yaml') 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 -- cgit 1.2.3-korg