Hi, I am new in Jenkins. Even though I have created .net projects build and deployments just fine, I have an issue with building Vue js project in Jenkins.
I am trying to build and deploy vue js project in Jenkins but it does not build.. and it does not give me the reason why, or even a message that it does not do it. It says build succeeded but there is no files produced! When I am running the project in command prompt it builds fine, creates files in a right directory but through Jenkins it just stalls even though I am running the same commands in Jenkins (using Execute Windows Batch Command) as I use in command prompt.
Does anybody builds vue js project in Jenkins? How to do it? Any help appreciated! Thanks!