This commit is contained in:
R. Tyler Croy 2016-11-15 17:40:23 -08:00
parent 93468e1d36
commit d7d399a365
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,7 @@
#!/usr/bin/env groovy
properties([pipelineTriggers([cron('*/10 * * * *')])])
node('docker') {
docker.image('alpine').inside {
stage('Current Platform') {