Rachel Fae Fox (foxiepaws) 2019-07-17 13:31:51 -04:00
parent d998e68086
commit 4f5537609f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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