Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Mar 26, 2019
1 parent 5832871 commit 052c49d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('test') {
steps {
sh 'sleep 10'
echo 'hello'
}
}
}
}

0 comments on commit 052c49d

Please sign in to comment.