https://wiki.jenkins-ci.org/display/JENKINS/ArtifactDeployer+Plugin
By default, Jenkins archives artifacts generated by the build. These artifacts are stored in the JENKINS_HOME directory with all other elements such as job configuration files.
There is no separation between infrastructure elements, project elements and outputs.
It is often considered to be a bad practice and it doesn't help to manage JENKINS_HOME directory from an administrator point of view (backup issues, etc).
And for now, we can't change the 'Archived artifacts' location.
ArtifactDeployer plugin enables you to archive build artifacts to any remote locations such as to a separate file server (outside of JENKINS_HOME directory).
There are many other Jenkins plugins close to ArtifactDeployer such as CopyArtifact plugin or CopyArchiver plugin for publishing artifacts from Jenkins resources (from the current workspace, from the old builds of the same job or other jobs, ...) to remote locations with the protocol file://
There are also others plugins for managing other protocols such as ftp://, ssh:///.
But none of these plugins provides a common way to manage the deployment.
ArtifactDeployer is a complete alternative to the built-in Jenkins feature "Archiving artefacts' and it is aimed at providing an uniform deployment mechanism.
相关推荐
《Gradle Jenkins Plugin详解及其应用》 在软件开发过程中,自动化构建工具如Gradle和持续集成服务器如Jenkins是不可或缺的组成部分。它们协同工作,帮助开发者实现高效的代码构建、测试和部署。今天我们将深入探讨...
jenkins集成测试allure 插件
Jenkins 插件(metersphere):metersphere-jenkins-plugin-v1.19.2.hpi
jenkins的Deploy Plugin插件 jenkins的Deploy Plugin插件 jenkins的Deploy Plugin插件
"Jenkins常用插件大全jenkins-plugin-war.tar.gz"这个压缩包文件很可能包含了多个在生产环境中常用的Jenkins插件,使得用户可以快速配置出满足需求的Jenkins环境。 1. **Jenkins插件系统**:Jenkins的插件系统是其...
《IDEA离线安装Jenkins Control Plugin及其使用详解》 Jenkins Control Plugin是一款强大的插件,它使得在IntelliJ IDEA(简称IDEA)中管理Jenkins任务变得极为便捷。标题中的"jenkins-control-plugin-0.10.2016-...
**Jenkins Android Plugin详解** Jenkins Android Plugin是针对Android开发的一款强大的持续集成工具插件,它使得在Jenkins环境中构建、测试和部署Android项目变得更加便捷和高效。此插件不仅支持自动化构建流程,...
《Gitee-Jenkins-Plugin:打造高效持续集成与版本管理》 在现代软件开发流程中,持续集成(Continuous Integration, CI)与版本控制系统扮演着至关重要的角色。Gitee-Jenkins-Plugin作为一款专为Gitee设计的Jenkins...
aws-codebuild-jenkins-plugin, 一个插件,允许Jenkins用户使用 AWS CodeBuild运行一个构建 AWS CodeBuild插件Jenkins CodeBuild插件为Jenkins项目提供了一个构建步骤。 设置 Jenkins我们已经写了一个博客帖子,以...
标题"jenkins-plugin-lan-svn"指向的是Jenkins的一个插件,主要目的是实现本地局域网内Subversion仓库的集成。Subversion是一种集中式的版本控制系统,广泛用于软件开发团队协作中,它允许团队成员跟踪和控制代码...
Jenkins Email Extension Plugin是Jenkins自动化构建工具中的一个重要插件,它扩展了Jenkins的核心邮件通知功能,提供了更丰富的自定义选项和灵活性,使得开发者和持续集成团队能够更有效地进行沟通和协作。...
"jenkins-plugin"指的是 Jenkins 的插件系统,这些插件扩展了 Jenkins 的核心功能,使其能够更好地适应各种开发环境和项目需求。下面将详细讨论这些插件的功能及其在IT开发中的重要性。 1. **maven-plugin**: Maven...
这通常意味着先安装基础组件(如Jenkins Core更新或SVNKit),然后安装特定的插件(如Jenkins Subversion Plugin)。 在配置Jenkins与Subversion的集成时,以下是一些关键步骤: 1. **配置Subversion仓库URL**:在...
Jenkins SVN Publisher Plugin是Jenkins生态系统中的一个重要组件,主要用于自动化构建过程中的版本控制集成。它允许用户在Jenkins持续集成服务器完成构建后,自动将生成的成果物发布到Subversion(SVN)仓库中,...
jenkins需要安装的plugins,安装方法:jenkins安装好后,直接将plugins.zip上传至jenkins工作目录,并在工作目录(和原有plugins目录同级目录)下解压即可,然后重启jenkins服务。
phabricator-jenkins-plugin, Jenkins插件,集成 Phabricator,Harbormaster和 Uberalls phabricator-jenkins插件 这个插件提供了与Jenkins集成的Phabricator 。 它允许Jenkins通过 Harbormaster ( 或者如果...
copy the resulting ./target/credentials.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards. 2. or use the plugin management console ...