文件名称:jenkins-ci:Jenkins CI管理OpenShift v3的示例
文件大小:19.29MB
文件格式:ZIP
更新时间:2024-05-21 11:01:22
Shell
OpenShift詹金斯CI 该存储库包含一个Jenkins设置示例,该示例配置为使用OpenShift v3上的Jenkins Master / Slave设置和自动化来演示程序程序的CI /管道工作流。 ##创建CI项目和模板: 首先,您必须在OpenShift中手动输入以下命令: # Clone this repository $ git clone https://github.com/mfojtik/jenkins-ci $ cd jenkins-ci # Create project and allow Jenkins to talk to OpenShift API $ oc new-project ci $ oc policy add-role-to-user edit system:serviceaccount:ci:default # Create the '
【文件预览】:
jenkins-ci-master
----jenkins-slave()
--------contrib()
--------Dockerfile(768B)
----jenkins-flow.png(35KB)
----openshift()
--------jenkins-master-ephemeral.json(9KB)
--------sample-app-template.json(8KB)
--------s2i-slave-template.json(2KB)
--------sample-app-stage.json(7KB)
----README.md(7KB)
----jenkins-master()
--------Dockerfile(881B)
--------configuration()
--------bin()
----sample-app()
--------config.ru(75B)
--------Gemfile(82B)
--------Rakefile(149B)
--------test()
--------Gemfile.lock(338B)
--------app.rb(98B)