trtrying to get the editor to work

master
Rachel Fae Fox (foxiepaws) 2019-07-17 13:26:36 -04:00
parent 98888a3124
commit d998e68086
1 changed files with 10 additions and 0 deletions

10
Jenkinsfile vendored
View File

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Build')
steps {
sh "echo lol"
}
}
}
}