From 1d5f84dc69209e6bfd08e78649dcea8583c38bec Mon Sep 17 00:00:00 2001 From: Guo Ruijing Date: Thu, 2 Nov 2017 15:43:19 -0400 Subject: fix deploy.sh not runing issue deploy.sh is not called as jenkins log + cd /home/jenkins/opnfv/slave_root/workspace/container4nfv-daily-master/ci ./deploy.sh No emails were triggered. Change-Id: Ie590a53d05ef3d92f78cce0608c165cd2c98c582 Signed-off-by: Guo Ruijing --- jjb/container4nfv/container4nfv-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/container4nfv') diff --git a/jjb/container4nfv/container4nfv-project.yml b/jjb/container4nfv/container4nfv-project.yml index bfe401b00..9e2d313c8 100644 --- a/jjb/container4nfv/container4nfv-project.yml +++ b/jjb/container4nfv/container4nfv-project.yml @@ -109,6 +109,6 @@ - timed: '@midnight' builders: - - shell: + - shell: | cd $WORKSPACE/ci ./deploy.sh -- cgit 1.2.3-korg