From a87ae1563709f0d1c105cc4f510e481e1e0d724a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sat, 21 Sep 2019 21:16:58 +0200 Subject: [PATCH] Force without tty in openstack wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Else it fails when executed via Jenkins https://github.com/airshipit/treasuremap/blob/master/tools/openstack#L12 https://build.opnfv.org/ci/job/airship-deploy-gate-latest/1/console Change-Id: Idade849b386cc4035700ba74f58450303935a08f Signed-off-by: Cédric Ollivier --- jjb/airship/airship.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 7bd659c0b..2fbe9f136 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -98,7 +98,8 @@ builders: - shell: | set +x - sudo -u ubuntu tools/deploy.sh deploy_site + export TERM_OPTS=" " + sudo -E -u ubuntu tools/deploy.sh deploy_site - scm: name: airship-scm -- 2.16.6