From e71c70be12ee1b737255ca4349210666e3e4f5f7 Mon Sep 17 00:00:00 2001 From: Giovanni Tirloni Date: Wed, 23 May 2018 08:25:10 -0300 Subject: [PATCH] GPII-2515 - Adjust build commands --- jenkins_jobs/linux.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jenkins_jobs/linux.yml b/jenkins_jobs/linux.yml index 90e4d01..62ff912 100644 --- a/jenkins_jobs/linux.yml +++ b/jenkins_jobs/linux.yml @@ -54,7 +54,7 @@ builders: # Setting BUILD_ID for the vagrant process to make sure the Jenkins process tree killer # doesn't kill the VM before the next job is started. - - shell: BUILD_ID=gpii-linux DISPLAY=:0 vagrant up --provider virtualbox && npm install + - shell: BUILD_ID=gpii-linux DISPLAY=:0 vagrant up --provider virtualbox - job: name: linux-code-analysis @@ -62,7 +62,7 @@ node: h-0005.tor1.inclusivedesign.ca workspace: $parent_workspace builders: - - shell: grunt lint + - shell: vagrant ssh -c 'cd /home/vagrant/sync; $(npm bin)/grunt lint' publishers: - email: recipients: ci@lists.gpii.net @@ -73,7 +73,7 @@ node: h-0005.tor1.inclusivedesign.ca workspace: $parent_workspace builders: - - shell: grunt unit-tests + - shell: npm run test:vagrantUnit publishers: - email: recipients: ci@lists.gpii.net @@ -84,7 +84,7 @@ node: h-0005.tor1.inclusivedesign.ca workspace: $parent_workspace builders: - - shell: grunt acceptance-tests + - shell: npm run test:vagrantAcceptance publishers: - email: recipients: ci@lists.gpii.net