适用于Jenkins CI的HPE自动化插件 该插件提供了在构建过程中使用Jenkins运行HPE产品的功能。 相关链接 在下载插件的最新LTS版本 在检查未解决的问题(并添加新问题) 在信息上查看插件的使用情况统计。 开发和发布时间表 #### LTS发布分支 在3到4个月内,我们将发布LTS版本。 经过严格的质量检查周期后,该版本将发布到主要的Jenkins更新中心。 每个版本都有冻结功能和冻结代码的日期,这些日期将在我们的Jira中发布。 在此日期之后,我们将仅接受对当前版本进行质量检查时发现的问题的修补程序。 ####当前发行分支 每个将通过模块所有者质量检查周期的请求合并将触发向Jenkins实验更新中心的稳定发布。 标准拉取请求流程处理的其他发行版,随后是相关模块的基本质量检查周期。 发布到Jenkins实验性更新中心(下面有更多信息)。 实验詹金斯更新中心 实验中
2022-10-10 15:38:11 2.2MB jenkins jenkins-plugin hpe loadrunner
1
jenkins的离线备份与恢复
2022-10-09 17:00:40 1.51MB jenkins
1
Jenkins mavn git docker-compose swarm 构建持续集成及一键式部署
2022-10-08 16:05:52 93.31MB Jenkins docker swarm 持续集成
1
介绍 该存储库提供了有关摘要,技巧和窍门以及脚本示例的主页。 布局 该存储库目前分为四个目录: pipeline-examples-用于常规管道示例。 global-library-examples-有关如何在Jenkins主数据库上编写和使用全局库的示例。 jenkinsfile-examples-有关使用检入存储库的Jenkinsfile的示例。 docs-用于文档,指南和其他非代码内容。 请把您的脚本放到上面相应目录下的自己的目录中,并附带一个README.md文件,解释您的脚本的作用或显示的内容。 确保您的脚本已注释,以便其他人可以了解其工作原理,工作原理等。 执照 就像詹金斯本人一样,所有贡献均受MIT许可。 拉取要求 我们想要他们! 外部资源
2022-09-30 16:57:53 61KB Groovy
1
K8S+DockerCE+Jenkins+Maven+Gitlab自动化打包部署
2022-09-30 11:04:54 1.69MB kubernetes docker jenkins gitlab
1
安装Jenkins专用的jdk,因为很多错误原因导致起不来都是因为jdk的版本问题,这个包是根据问题找到的jdk版本包; 启动命令为:java -jar jenkins.war --httpPort=8080 --enable-future-java
2022-09-28 18:04:48 172.41MB Jenkins 运维 持续集成持续部署 CICD
1
用Cucumber-Java-Maven-Junit-Jenkins进行Api测试 在詹金斯中运行测试案例 詹金斯的Cucumber报告
2022-09-21 11:54:32 538KB Java
1
内含java.exe(jre-11.0.10\bin\java.exe),可以启动jenkins.war包(jenkins 2.367版本的war) java -jar jenkins.war --httpPort=8086
2022-09-10 14:01:10 40.41MB jenkins
1
杰维斯·穆恩迪数值算法与复杂性Jenkins-Traub算法2013年5月 介绍 该项目包含提供Jenkin-Traub算法实现的代码。 该算法比牛顿法(具有2阶,即二次收敛)的算法更快,可以找到多项式的根。 它可以处理复杂的系数和根,并且不会遇到稳定性问题。 对于该算法的概述,有关该算法的是一个很好的起点。 更完整的细节可以在Jenkins和Traub于1968年撰写并于1970年发表的找到。 要求 已在Python 2.7+上测试 怎么跑 该程序接受两个参数,其中之一是必需的。 这些在下面描述。 python main.py -p [Polynomial] -e [error] Where: [Polynomial] Required Parameter. This is a listing of all coefficients of t
2022-09-10 03:15:20 10KB Python
1
Paperback: 170 pages Publisher: Packt Publishing - ebooks Account (August 3, 2015) Language: English ISBN-10: 1783553472 ISBN-13: 978-1783553471 About This Book Explore continuous integration and automation, along with how to manage and configure Jenkins Discover the process of using Jenkins to build, test, and package Java applications Learn about the extensible features of Jenkins with the use of advanced plugins Who This Book Is For If you are a Jenkins novice or beginner with a basic understanding of continuous integration, then this is the book for you. Beginners in Jenkins will get quick hands-on experience and gain the confidence to go ahead and explore the use of Jenkins further. What You Will Learn Get to grips with the challenges faced by developer communities Learn about continuous integration and how it helps in building various Java applications Facilitate the installation and configuration of Jenkins Install and configure code repositories and build tools Explore the integration of Eclipse with code repositories Manage the integration of Jenkins, code repositories, and build tools Familiarize yourself with continuous integration for Java applications with unit test execution and static code analysis In Detail In agile development practices, developers need to integrate their work frequently to fix bugs or to create a new feature or functionality. To integrate all work efficiently and verify it is an error-prone and time-consuming manual task. Jenkins is used specifically for continuous integration, helping to enforce the principles of agile development. This book begins by tackling the installation of the necessary software dependencies and libraries you'll need to perform continuous integration for a Java application. From there, you'll integrate code repositories, applications, and build tools for the implementation of continuous integration. Finally, you'll explore the automated deployment of an application in Tomcat, along with details on managing and configuring Jenkins based on your requirements by using plugins.
2022-09-07 16:02:57 11.34MB Jenkins Essentials
1