Changed ruby version
This commit is contained in:
parent
f8905f1f0c
commit
ad7677b8c9
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -1,11 +1,11 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker 'ruby:2.3'
|
docker 'ruby:2.5.1'
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('deploy') {
|
stage('deploy') {
|
||||||
steps {
|
steps {
|
||||||
sh 'bundle install && cap production deploy'
|
sh 'gem install bundler && bundle install && cap production deploy'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue