G
G
goodw842016-01-18 16:57:59
JavaScript
goodw84, 2016-01-18 16:57:59

Launch Grunt from Jenkins crashes. What could be the reason?

In the Jenkins build, in the task, in the "run shell command" option, I specified:

cd /var/www/dev1/ 
bower update --allow-root
grunt --allow-root

The build fails with the following error in the logs:
[4mRunning "cssmin:build" (cssmin) task[24m
[33mWarning: Unable to write "css/application.css" file (Error code: EACCES). Use --force to continue.[39m

What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bromzh, 2016-01-18
@goodw84

EACCES directly hints that there are not enough rights to create the output file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question