Skip to content

Commit

Permalink
Update Jenkins and remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
rstarmer committed Jun 6, 2018
1 parent 392ad4f commit de11bf9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
13 changes: 6 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
pipeline {
agent any
stages {
stage('Deploy') {
stage('Build') {
steps {
timeout(time: 1, unit: 'MINUTES') {
sh './fibonacci.sh 4'
}
timeout(time: 1, unit: 'MINUTES') {
sh './fibonacci.sh 8'
}
sh 'echo "Hello World"'
sh '''
echo "Multiline shell steps works too"
ls -lah
'''
}
}
}
Expand Down
16 changes: 0 additions & 16 deletions fibonacci.sh

This file was deleted.

0 comments on commit de11bf9

Please sign in to comment.