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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -