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
The current function sendStartEvaluationEvent sends a start.evaluation event to keptn usin the events api endpoint.
Since Keptn 0.7.3 we introduced a new endpoint /project/{projectName}/stage/{stageName}/service/{serviceName}/evaluation which provides better and easier handling of evaluation timeframe, start & end timestamps.
I suggest we introduce a new Jenkins Library function called "evaluation" that takes the same parameters as the new API endpoint and simply calls that endpoint to start the evaluation
The text was updated successfully, but these errors were encountered:
The current function
sendStartEvaluationEvent
sends a start.evaluation event to keptn usin the events api endpoint.Since Keptn 0.7.3 we introduced a new endpoint
/project/{projectName}/stage/{stageName}/service/{serviceName}/evaluation
which provides better and easier handling of evaluation timeframe, start & end timestamps.I suggest we introduce a new Jenkins Library function called "evaluation" that takes the same parameters as the new API endpoint and simply calls that endpoint to start the evaluation
The text was updated successfully, but these errors were encountered: