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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -