File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
builders :
60
60
# Setting BUILD_ID for the vagrant process to make sure the Jenkins process tree killer
61
61
# doesn't kill the VM before the next job is started.
62
- - shell : BUILD_ID=gpii-linux DISPLAY=:0 vagrant up --provider virtualbox && npm install
62
+ - shell : BUILD_ID=gpii-linux DISPLAY=:0 vagrant up --provider virtualbox
63
63
64
64
- job :
65
65
name : linux-code-analysis
66
66
description : ' GPII Linux code analysis'
67
67
node : h-0005.tor1.inclusivedesign.ca
68
68
workspace : $parent_workspace
69
69
builders :
70
- - shell : grunt lint
70
+ - shell : vagrant ssh -c 'cd /home/vagrant/sync; $(npm bin)/ grunt lint'
71
71
publishers :
72
72
- email :
73
73
78
78
node : h-0005.tor1.inclusivedesign.ca
79
79
workspace : $parent_workspace
80
80
builders :
81
- - shell : grunt unit-tests
81
+ - shell : npm run test:vagrantUnit
82
82
publishers :
83
83
- email :
84
84
89
89
node : h-0005.tor1.inclusivedesign.ca
90
90
workspace : $parent_workspace
91
91
builders :
92
- - shell : grunt acceptance-tests
92
+ - shell : npm run test:vagrantAcceptance
93
93
publishers :
94
94
- email :
95
95
You can’t perform that action at this time.
0 commit comments