diff --git a/Capfile b/Capfile index 4c0050a..0c1cb30 100644 --- a/Capfile +++ b/Capfile @@ -11,6 +11,7 @@ require "capistrano/bundler" set :rbenv_type, :user set :rbenv_ruby, '2.4.0' +set :ssh_options, {:forward_agent => true} # Load the SCM plugin appropriate to your project: # # require "capistrano/scm/hg" diff --git a/Jenkinsfile b/Jenkinsfile index f955709..70c09a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,4 +9,7 @@ pipeline { } } } + environment { + HOME = '/tmp' + } } \ No newline at end of file