Skip to content

Commit

Permalink
fix statusesToSendLogs in PIPELINE_RUN_STATUS.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SilinPavel committed Dec 9, 2024
1 parent 30e6f0b commit 8a7a9ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<p>*** This is a system generated email, do not reply to this email ***</p>
<p>A job with ID ${CP_DOLLAR}templateParameters["id"], launched from ${CP_DOLLAR}templateParameters.get("owner") account, has changed the status to <b>${CP_DOLLAR}templateParameters["status"]</b></p>
<br />
#set(${CP_DOLLAR}statusesToSendLogs = ["FAILED", "SUCCESS"])
#set(${CP_DOLLAR}statusesToSendLogs = ["FAILURE", "SUCCESS"])
#if( ${CP_DOLLAR}statusesToSendLogs.contains(${CP_DOLLAR}templateParameters["status"]) )
<p>You can <a href="https://$CP_API_SRV_EXTERNAL_HOST:$CP_API_SRV_EXTERNAL_PORT/pipeline/restapi/run/${CP_DOLLAR}templateParameters.get("id")/logfile">download logs</a> of this run.</p>
#end
Expand Down

0 comments on commit 8a7a9ae

Please sign in to comment.