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:
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
Post a Comment