diff --git a/Jenkinsfile b/Jenkinsfile index 3fb4652..e45e128 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,6 +59,7 @@ spec: set -eu mkdir -p build set +e + export GOFLAGS='-buildvcs=false' ANANKE_QUALITY_METRICS_ENABLED=0 \ ANANKE_QUALITY_PUSHGATEWAY_ENABLED=0 \ ANANKE_QUALITY_STATE_FILE="$PWD/build/quality-gate.state" \ @@ -107,7 +108,7 @@ spec: post { always { - archiveArtifacts artifacts: 'build/**', allowEmptyArchive: true, fingerprint: true + archiveArtifacts artifacts: 'build/quality-gate.out,build/quality-gate.rc', allowEmptyArchive: true, fingerprint: true } } }