I hereby claim:
- I am frvi on github.
- I am fredrikvihlborg (https://keybase.io/fredrikvihlborg) on keybase.
- I have a public key ASBxi9C8UT1Y-k1sWqzRxbzCY04wU2guF7AeAcTY4FgB5wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Dashing widget to display a Jenkins build status and build progress
The widget is based on the meter-widget which is default in the Dashing installation
The widget can also see the progress of a "pre-build", i.e if you have a job triggering the actual build you want to define, you can configure this job in the jenkins_build.rb as a prebuild.
For more information, please see Coding Like a tosser
| /* | |
| * Save in $JENKINS_HOME/email-templates/committers.groovy | |
| * Under post build task "Editable Email Notification" | |
| * Global Recipient List: "${SCRIPT, script="committers.groovy"}" | |
| * | |
| * Works with git, see comments for svn usage. | |
| */ | |
| def upstreamBuild = null | |
| def cause = build.causes.find { |
| package main | |
| import ( | |
| "fmt" | |
| "strconv" | |
| ) | |
| func main() { | |
| for i := 1; i <= 100; i++ { | |
| fizzbuzz(i) |