multi-branch-project-plugin
Jenkins plugin providing new project types for multiple branches.
파일 탐색기
최종 버전 다운로드 (.zip)- BallColorFolderIcon.java
- BranchListView.java
- BranchProjectProperty.java
- FreeStyleBranchProjectFactory.java
- FreeStyleMultiBranchProject.java
- IvyBranchProjectFactory.java
- IvyMultiBranchProject.java
- MatrixBranchProjectFactory.java
- MatrixMultiBranchProject.java
- MavenBranchProjectFactory.java
- MavenMultiBranchProject.java
- SelectJobsBallColorFolderIcon.java
- TemplateDrivenBranchProjectFactory.java
- TemplateDrivenMultiBranchProject.java
- TemplateStaplerRequestWrapper.java
- TemplateStaplerResponseWrapper.java
- noJob.jelly
- noJob.properties
- noJob_ja.properties
- configure-branch-entries.jelly
- newInstanceDetail.jelly
- configure-branch-entries.jelly
- configure-branch-entries.properties
- newInstanceDetail.jelly
- config.jelly
- configure-branch-entries.jelly
- newInstanceDetail.jelly
- configure-branch-entries.jelly
- configure-branch-entries.properties
- configure-branch-entries_da.properties
- configure-branch-entries_de.properties
- configure-branch-entries_es.properties
- configure-branch-entries_fr.properties
- configure-branch-entries_ja.properties
- configure-branch-entries_nl.properties
- configure-branch-entries_pt_BR.properties
- configure-branch-entries_ru.properties
- configure-branch-entries_sv_SE.properties
- configure-branch-entries_tr.properties
- configure-branch-entries_zh_CN.properties
- configure-branch-entries_zh_TW.properties
- newInstanceDetail.jelly
- config.jelly
- config.jelly
- configure-basic.jelly
- configure-branch-common.jelly
- configure-branch-common_ja.properties
- configure_ja.properties
- help-allowAnonymousSync.html
- help-allowAnonymousSync_ja.html
- newView.jelly
- newView_ja.properties
- view-index-top.jelly
- Messages.properties
- Messages_da.properties
- Messages_de.properties
- Messages_es.properties
- Messages_it.properties
- Messages_ja.properties
- Messages_pt_BR.properties
- Messages_zh_CN.properties
- Messages_zh_TW.properties
- index.jelly
- freestylemultibranchproject.png
- ivymultibranchproject.png
- matrixmultibranchproject.png
- mavenmultibranchproject.png
- FreeStyleMultiBranchProjectTest.java
- .gitignore
- LICENSE
- pom.xml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jenkinsci/multi-branch-project-plugin
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd multi-branch-project-plugin
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
mvn clean verify
Maven으로 의존성 설치와 빌드를 진행합니다.
mvn release:prepare release:perform
Maven으로 의존성 설치와 빌드를 진행합니다.
mvn hpi:run
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
