diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-26 22:28:12 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-09-26 22:56:49 +0200 |
commit | e1906808e5fcef1e66c0f50129a554184cc4ae46 (patch) | |
tree | 7b41109d16d6b578eab0ceef44a153b2eecf6b02 /jjb/daily-jjb-doc-update | |
parent | 7e34ced3046ce87abd44e2a58251dbb09a4b8c2c (diff) |
Remove verbosity from jenkins jobs
clean the logs. Can be re-enabled when debugging is needed.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I13bba480196e3932c45123c62f03064e420f257f
Diffstat (limited to 'jjb/daily-jjb-doc-update')
-rw-r--r-- | jjb/daily-jjb-doc-update/include-doc-update.sh | 2 | ||||
-rw-r--r-- | jjb/daily-jjb-doc-update/include-doc-upload.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/daily-jjb-doc-update/include-doc-update.sh b/jjb/daily-jjb-doc-update/include-doc-update.sh index a11cd850..3064da78 100644 --- a/jjb/daily-jjb-doc-update/include-doc-update.sh +++ b/jjb/daily-jjb-doc-update/include-doc-update.sh @@ -3,7 +3,7 @@ set -e #!/bin/bash set -e -set -x +#set -x # we need a name and an email #git config --global user.name build.automotivelinux.org #git config --global user.email jenkins@automotivelinux.org diff --git a/jjb/daily-jjb-doc-update/include-doc-upload.sh b/jjb/daily-jjb-doc-update/include-doc-upload.sh index 2dc54130..c1f6a9c0 100644 --- a/jjb/daily-jjb-doc-update/include-doc-upload.sh +++ b/jjb/daily-jjb-doc-update/include-doc-upload.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -set -x +#set -x [[ -z "$WORKSPACE" ]] && WORKSPACE=$(pwd -P) HTDOCS=${HTDOCS:-$WORKSPACE/docs-webtemplate/build-dev/} |