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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -