https://github.com/kubesphere/devops-maven-sample
https://github.com/kubesphere/devops-maven-sample
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kubesphere/devops-maven-sample
- Owner: kubesphere
- License: apache-2.0
- Created: 2021-11-11T07:04:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T04:21:27.000Z (about 1 year ago)
- Last Synced: 2025-04-13T00:47:07.962Z (about 2 months ago)
- Language: Java
- Size: 76.2 KB
- Stars: 49
- Watchers: 14
- Forks: 756
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Repo Introduction
> English | [中文](README_zh.md)
KubeSphere provides a Jenkins-based DevOps system [with various features](https://kubesphere.io/docs/devops-user-guide/understand-and-manage-devops-projects/overview/#features). This repository is used for a SpringBoot demo for DevOps on KubeSphere. For example, you can find a file of `Jenkinsfile-online` in the root directory, and you can use it to create a pipeline through the **Jenkinsfile in SCM** method.
For more information about how to use the KubeSphere DevOps system, you can refer to the following list of KubeSphere official documents.
## Document List
- [Create a Pipeline Using a Jenkinsfile](https://kubesphere.io/docs/devops-user-guide/how-to-use/create-a-pipeline-using-jenkinsfile/)
- [Create a Pipeline Using Graphical Editing Panels](https://kubesphere.io/docs/devops-user-guide/how-to-use/create-a-pipeline-using-graphical-editing-panel/)
- [Build and Deploy a Maven Project](https://kubesphere.io/docs/devops-user-guide/examples/a-maven-project/)
- [Source to Image: Publish an App without a Dockerfile](https://kubesphere.io/docs/project-user-guide/image-builder/source-to-image/)