This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am danielwegener on github. | |
* I am dwegener (https://keybase.io/dwegener) on keybase. | |
* I have a public key whose fingerprint is 3FC5 4DAA 6593 1CD5 D92B 3BCD EBA4 92B2 5048 B4F5 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() { | |
pinMode(13, OUTPUT); | |
Serial.begin(9600); | |
Serial1.begin(9600); | |
blink(); | |
blink(); | |
blink(); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
properties([ | |
[$class : 'DockerJobProperty', | |
cleanImages : true, | |
dockerJobTemplate: [$class : 'DockerJobTemplateProperty', | |
cloudname: 'DockerHost-9', | |
// Supports other properties from https://git.io/vM5wf | |
template : [$class : 'DockerTemplate', | |
labelString : 'my-worker-label', | |
instanceCapStr : '4', | |
mode : 'EXCLUSIVE', |