Jenkins integration with Grunt

前端 未结 5 931
离开以前
离开以前 2020-12-09 09:40

I\'ve setup Jenkins v1.550 on Windows Server 2008 R2. It runs as a service at http://localhost:8080 for now. I\'m logged into the machine as an Administrator. I

5条回答
  •  余生分开走
    2020-12-09 10:44

    Another solution that worked for me on Windows is to use the full path to the grunt exec file, which can be found by writing "where grunt" in the command shell. I used the full path in the regular bat-file.

提交回复
热议问题