You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We have multiple services in a keptn project and we find that there is a lot of log output in the Jenkins console log coming from the Jenkins Keptn Library. The root cause of this is some of the API calls to keptn that are using the Jenkins HttpRequest plugin are verbose so the response of the request is shown in the log.
eg:
The Get project and get stage functions in the library. Shows the result in the console:
/api/configuration-service/v1/project/my-project : shows the json Response from get project in the log and
/api/configuration-service/v1/project/v1-application-market/stage/mystage : shows the Json response in the log.
This results in 100s of lines in the log in our case.
Please add the property quiet: true (or make it optional) to the httpRequest call, so I can control the verbosity of the output in the log.https://www.jenkins.io/doc/pipeline/steps/http_request/
Thanks,
Leon
The text was updated successfully, but these errors were encountered:
Hi,
We have multiple services in a keptn project and we find that there is a lot of log output in the Jenkins console log coming from the Jenkins Keptn Library. The root cause of this is some of the API calls to keptn that are using the Jenkins HttpRequest plugin are verbose so the response of the request is shown in the log.
eg:
The Get project and get stage functions in the library. Shows the result in the console:
/api/configuration-service/v1/project/my-project : shows the json Response from get project in the log and
/api/configuration-service/v1/project/v1-application-market/stage/mystage : shows the Json response in the log.
This results in 100s of lines in the log in our case.
Please add the property quiet: true (or make it optional) to the httpRequest call, so I can control the verbosity of the output in the log.https://www.jenkins.io/doc/pipeline/steps/http_request/
Thanks,
Leon
The text was updated successfully, but these errors were encountered: