From df61ea50294df905f1bc2ff043b40de553628689 Mon Sep 17 00:00:00 2001 From: PromoStarr Date: Wed, 7 Mar 2018 20:23:46 +0000 Subject: [PATCH] Updated capfile --- Capfile | 1 + Jenkinsfile | 3 +++ 2 files changed, 4 insertions(+) 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