Skip to content

Commit

Permalink
Adds build step
Browse files Browse the repository at this point in the history
  • Loading branch information
rudionrails committed Mar 31, 2017
1 parent 5e6ad4b commit 0a80a79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ pipeline {
}

stages {
stage('Build') {
steps {
sh 'bundle install'
}
}

stage('Test') {
steps {
sh 'bundle exec rspec'
Expand Down

0 comments on commit 0a80a79

Please sign in to comment.