Skip to content

Instantly share code, notes, and snippets.

@ri0day
Forked from gschueler/success-template.html
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ri0day/5e4ce46c81ba982b2a10 to your computer and use it in GitHub Desktop.
Save ri0day/5e4ce46c81ba982b2a10 to your computer and use it in GitHub Desktop.
<div>Execution ${execution.id} was <b>${execution.status}</b></div>
<ul>
<li><a href="${execution.href}">Execution result</a></li>
<li><a href="${job.href}">Job</a></li>
<li><a href="${execution.projectHref}">Project: ${execution.project}</a></li>
<li><a href="${rundeck.href}">Rundeck</a></li>
</ul>
<p>
</p>

${execution.status}: ${execution.id}

Execution was ${execution.status}

  • View Execution: ${execution.href}
  • View Job: ${job.href}
  • View Project: ${execution.projectHref}
  • View Rundeck: ${rundeck.href}

Testing result:

  • execution.id: ${execution.id}
  • execution.href: ${execution.href}
  • execution.status: ${execution.status}
  • execution.user: ${execution.user}
  • execution.dateStarted: ${execution.dateStarted}
  • execution.dateStartedUnixtime: ${execution.dateStartedUnixtime}
  • execution.dateStartedW3c: ${execution.dateStartedW3c}
  • execution.description: ${execution.description}
  • execution.argstring: ${execution.argstring}
  • execution.project: ${execution.project}
  • execution.loglevel: ${execution.loglevel}
  • execution.failedNodeListString: ${execution.failedNodeListString}
  • execution.failedNodeList: ${execution.failedNodeList}
  • execution.succeededNodeListString: ${execution.succeededNodeListString}
  • execution.succeededNodeList: ${execution.succeededNodeList}
  • execution.dateEnded: ${execution.dateEnded}
  • execution.dateEndedUnixtime: ${execution.dateEndedUnixtime}
  • execution.dateEndedW3c: ${execution.dateEndedW3c}
  • execution.abortedby: ${execution.abortedby}
  • job.id: ${job.id}
  • job.href: ${job.href}
  • job.name: ${job.name}
  • job.group: ${job.group}
  • job.project: ${job.project}
  • job.description: ${job.description}
  • job.averageDuration: ${job.averageDuration}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment