ng build command is not working via jenkins build execute shell -


in jenkins build execute area put these command:

cd /var/lib/jenkins/workspace/test/ ng serve 

here screenshot:

screenshot

i getting error this:

  • cd /var/lib/jenkins/workspace/test/
  • ng serve

environment variable term not defined!

build step 'execute shell' marked build failure finished: failure

node v6.10.0

@angular/cli: 1.0.6

please me resolve issue.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -