Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在本地机器上配置了 JENKINS。现在我必须在我的机器上构建我的代码。我已经搜索过,但都要求提供 git url 和所有内容。只需要在我的本地文件夹中构建代码。
如果你想用 Jenkins 构建你的代码,即使你的代码在同一台机器上,Jenkins 也总是需要克隆你的代码。
下面是一个本地 git repo 示例,您可以将其用于 Windows 上的 Jenkins:
C:\Users\you\dev\project\hello-world
jenkins 有一个插件,它允许您只使用文件夹而不是 git 或 svn 或其他 scm。
https://wiki.jenkins-ci.org/display/JENKINS/File+System+SCM