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.
我在寻找 devops 中的构建自动化时遇到了这个术语,我仍然不确定这个术语到底是什么意思。谁能解释一下?
工件通常是构建过程的结果:文件的输出或集合(例如 JAR、WAR、DLLS、RPM),可能还有元数据文件。 更广泛地说:应用于源代码存储库的任何过程都可能产生工件。
发布通常是工件的集合。
工件可以与源代码(例如,在 Github 中)分开存储在工件存储库或工件/包管理系统中。例如:Sonatype Nexus 和 Jfrog Artifactory。