简体   繁体   English

Jenkins 中的 Nuget.config 文件设置(来自 Jfrog Artifactory)

[英]Nuget.config file setup in Jenkins (From Jfrog Artifactory)

I'm trying to execute Build action for a dot net core application using Jenkins Pipeline (Cloudbees Jenkins).我正在尝试使用 Jenkins Pipeline (Cloudbees Jenkins) 为 dot net core 应用程序执行构建操作。 During the build, when the dotnet restore command is executed, necessary dependency has to be pulled from JFrog antifactory.在构建期间,执行 dotnet restore 命令时,必须从 JFrog 反工厂中提取必要的依赖项。 As of now I have created a local repo, Remote repo and also Virtual repo as suggested by JFrog.截至目前,我已经按照 JFrog 的建议创建了一个本地仓库、远程仓库和虚拟仓库。 What steps have to be taken to make the connection and configuration possible (All the way from Jenkins to Jfrog).必须采取哪些步骤才能使连接和配置成为可能(从 Jenkins 到 Jfrog)。

Thanks in Advance.提前致谢。

在此处输入图像描述

You should be able to use the Jenkins Artifacttory Plugin.您应该能够使用 Jenkins Artifacttory 插件。 Refer this .参考这个

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Jenkins Package 使用 nuget.config 恢复 - Jenkins Package Restore with nuget.config 即使我已经从 NuGet.config 中删除了提要,Jenkins 也会从 nuget.org 下载 nuget 包 - Jenkins downloads nuget packages from nuget.org even though I have removed the feed from NuGet.config Jfrog神器与jenkins集成 - Jfrog artifactory intigration with jenkins 如何将 jar 文件从 jfrog artifactory 导入到 Jenkins.m2 存储库? - How to import a jar file from jfrog artifactory into Jenkins .m2 repository? 在 jfrog artifactory 中按属性搜索文件 - search file by property in jfrog artifactory 使用JFrog Artifactory在Jenkins中运行Maven会产生PluginResolutionException - Running Maven in Jenkins with JFrog Artifactory produces PluginResolutionException JFrog Artifactory的Jenkins管道无法发布BuildInfo - Jenkins pipeline for JFrog Artifactory fails to publish BuildInfo 我怎样才能让 jenkins/Jfrog 从我自己的人工制品和另一个远程人工制品中提取? - How can I get jenkins/Jfrog to pull from my own artifactory AND another remote one? 获取从Jfrog工件到Jenkins部署作业的可用软件包版本列表 - Get list of available package versions from Jfrog artifactory to Jenkins deployment job 如何使用jenkins发布构建动作将工件从工件组部署到jfrog工件 - How to deploy an artifact from group of artifacts to jfrog artifactory using jenkins post build action
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM