Skip to content

Instantly share code, notes, and snippets.

View Ekt0s's full-sized avatar
🌴

Louis-Gabriel ZAITI Ekt0s

🌴
View GitHub Profile
keytool -genkey -v -keystore limited.keystore -alias limited -keyalg RSA -keysize 2048 -validity 10
@Ekt0s
Ekt0s / Readme.md
Last active March 25, 2016 19:15 — forked from windowfinn/Readme.md
Dashing Jenkins Widget - a fork that adds html5 audio alerts

Description

Dashing widget to display a Jenkins build status and build progress

This extension adds html5 audio alerts to the generated html dashboard. An alert will be played for each instance of the widget, but only if the state has changed. One sound for success, and one for failure.

This widget is a fork of Marco's work

The widget is based on the meter-widget which is default in the Dashing installation

/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software