如何从gradle构建中排除特定文件夹?

时间:2015-03-02 04:36:44

标签: jenkins-plugins

我想将位于特定文件夹中的文件提交到git存储库。另一方面,我不想在构建时构建此特定文件夹。我怎样才能做到这一点?

当我在jenkins上构建它时,我得到了如下错误。我必须排除它位于'grunt'目录中的文件夹。

fatal: cannot create directory at 'grunt/node_modules/bower/node_modules/update-notifier/node_modules/latest-version/node_modules/package-json/node_modules/registry-url/node_modules/npmconf/node_modules/config-chain/node_modules/proto-list': Filename too long

    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1407)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:87)
    at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1586)
    ... 9 more

0 个答案:

没有答案