Compare commits

...

3 Commits

Author SHA1 Message Date
Rachel Fae Fox (foxiepaws) d998e68086 trtrying to get the editor to work 2019-07-17 13:26:36 -04:00
Rachel Fae Fox (foxiepaws) 98888a3124 add Jenkinsfile 2019-07-17 13:21:56 -04:00
Rachel Fae Fox (foxiepaws) bbf8157ba8 move stuff to static 2019-07-17 13:04:30 -04:00
4 changed files with 10 additions and 0 deletions

10
Jenkinsfile vendored Normal file
View File

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