From e87332beee0aedb6e76923149a5c82611fbfcdee Mon Sep 17 00:00:00 2001 From: Eric Iles Date: Tue, 27 Feb 2018 14:10:10 -0500 Subject: [PATCH] Bypass all prompts for Jenkins --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c99b7dead68..5327f694d67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { steps { sh ''' . $HOME/.bash_profile - ./eosio_build.sh + echo 1 | ./eosio_build.sh ''' } } @@ -17,7 +17,7 @@ pipeline { steps { sh ''' . $HOME/.bash_profile - ./eosio_build.sh + echo 1 | ./eosio_build.sh ''' } }