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
but build fails following output
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
Post a Comment