Using Jenkins CI with Velocity for testing Meteor apps -


i have looked around answer can't working. have both meteor app , jenkins running locally on os x. followed this answer

enter image description here

but build fails following output

enter image description here

my lack of knowledge of both jenkins , meteor @ fault here, can't find solution online.

i had use /usr/local/bin/meteor rather meteor because seemed jenkins user not find meteor command. maybe going wrong there.

i'm not jenkins expert, in order access installed executables jenkins user call !/bin/bash -l #!/bin/bash -l @ beginning of script. way able call meteor.

i assume when run meteor run --test on local machine runs without problems, correct?

i ssh jenkins instance , check if there's process using port 3001, error suggest. maybe there running meteor process?


Comments

Popular posts from this blog

c - Calling a function within a loop -

How i fill combobox items in Radgridview manually using in vb.net -

vb.net - Unbound DataGridView add row with checkbox error -