nnnanananana

This commit is contained in:
R. Tyler Croy 2018-09-17 05:55:59 -07:00 committed by GitHub
parent 491073240a
commit d3bd8fcf0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
stages {
stage('Build') {
agennt { docker 'alpine' }
agent { docker 'alpine' }
steps {
echo 'I am building'
sh 'uname -a'