Skip to content

Instantly share code, notes, and snippets.

View nightspotlight's full-sized avatar

Roman Eremeev nightspotlight

  • Poland
  • 06:21 (UTC +01:00)
View GitHub Profile
@nightspotlight
nightspotlight / jenkins_email-ext-plugin_html-custom.jelly
Last active February 8, 2022 12:17
Jelly template to display table with JUnit test results for Jenkins Email-ext plugin
<?jelly escape-by-default='true'?>
<!DOCTYPE html [
<!ENTITY nbsp "&#38;#38;nbsp&#59;">
]>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define">
<body>
<!-- GENERAL INFO -->
<table>
<tr>
<td align="right">
@nightspotlight
nightspotlight / reset-github.bat
Created November 26, 2016 20:18
Completely reset GitHub for Windows
RMDIR /S /Q %USERPROFILE%\AppData\Roaming\GitHub
RMDIR /S /Q %USERPROFILE%\AppData\Local\GitHub
RMDIR /S /Q %USERPROFILE%\.ssh
DEL /F /Q %USERPROFILE%\.gitconfig