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