Updated capfile
This commit is contained in:
parent
09b183b490
commit
df61ea5029
2 changed files with 4 additions and 0 deletions
1
Capfile
1
Capfile
|
|
@ -11,6 +11,7 @@ require "capistrano/bundler"
|
||||||
|
|
||||||
set :rbenv_type, :user
|
set :rbenv_type, :user
|
||||||
set :rbenv_ruby, '2.4.0'
|
set :rbenv_ruby, '2.4.0'
|
||||||
|
set :ssh_options, {:forward_agent => true}
|
||||||
# Load the SCM plugin appropriate to your project:
|
# Load the SCM plugin appropriate to your project:
|
||||||
#
|
#
|
||||||
# require "capistrano/scm/hg"
|
# require "capistrano/scm/hg"
|
||||||
|
|
|
||||||
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -9,4 +9,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
environment {
|
||||||
|
HOME = '/tmp'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue