promoted-builds-plugin
Jenkins Promoted Builds Plugin
파일 탐색기
최종 버전 다운로드 (.zip)- cd.yaml
- jenkins-security-scan.yml
- CODEOWNERS
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- extensions.xml
- maven.config
- .gitignore
- bug.svg
- feature.svg
- improvement.svg
- permission_matrix_3.0.png
- DownstreamPassCondition.java
- GroovyCondition.java
- GroovyConditionDescriptor.java
- ManualCondition.java
- ParameterizedSelfPromotionBadge.java
- ParameterizedSelfPromotionCondition.java
- SelfPromotionBadge.java
- SelfPromotionCondition.java
- UpstreamPromotionCondition.java
- ConditionsContext.java
- JobDslManualCondition.java
- JobDslPromotionProcess.java
- JobDslPromotionProcessConverter.java
- ManualConditionConverter.java
- PromotionContext.java
- PromotionsContext.java
- PromotionsExtensionPoint.java
- ReleasePromotionCondition.java
- PromotedBuildParameterDefinition.java
- PromotedBuildParameterValue.java
- PromotedBuildRebuildParameterProvider.java
- RedeployBatchTaskPublisher.java
- PromotedEnvVarTokenMacro.java
- ItemPathResolver.java
- JenkinsHelper.java
- CopyListener.java
- FakeParent.java
- GlobalBuildPromotedBuilds.java
- JobPropertyImpl.java
- JobPropertyImplConfigContextResolver.java
- KeepBuildForeverAction.java
- LastBuildPromotionStatusColumn.java
- ManualPromotionBadge.java
- PromotedBuildAction.java
- PromotedProjectAction.java
- Promotion.java
- PromotionBadge.java
- PromotionCause.java
- PromotionCondition.java
- PromotionConditionDescriptor.java
- PromotionPermissionHelper.java
- PromotionProcess.java
- PromotionRebuildValidator.java
- PromotionStatusColumn.java
- PromotionTargetAction.java
- PromotionTrigger.java
- Status.java
- index.jelly
- config.jelly
- help.html
- index.jelly
- index.jelly
- config.jelly
- help.html
- index.jelly
- index.jelly
- config.jelly
- help.html
- index.jelly
- index.jelly
- config.jelly
- help.html
- index.jelly
- index.jelly
- config.jelly
- help.html
- index.jelly
- index.jelly
- config.jelly
- help.html
- index.jelly
- Messages.properties
- config.jelly
- help-dateFormat.html
- help-timeZone.html
- config.jelly
- help.html
- column.jelly
- columnHeader.jelly
- columnHeader.properties
- config.jelly
- help.html
- index.jelly
- config.jelly
- config_da.properties
- config_de.properties
- config_es.properties
- config_fr.properties
- config_ja.properties
- config_pt_BR.properties
- config_ru.properties
- index.jelly
- value.jelly
- badge.jelly
- index.jelly
- _api.jelly
- index.jelly
- index.jelly
- index_es_ES.properties
- help-assignedLabelString.html
- help-isVisible.html
- process-config.jelly
- column.jelly
- column.properties
- columnHeader.jelly
- columnHeader.properties
- config.jelly
- config.properties
- config.jelly
- config.jelly
- help.jelly
- Messages.properties
- taglib
- index.jelly
- promoted-builds.css
- star-blue-e.svg
- star-blue-w.svg
- star-blue.svg
- star-gold-e.svg
- star-gold-w.svg
- star-gold.svg
- star-green-e.svg
- star-green-w.svg
- star-green.svg
- star-orange-e.svg
- star-orange-w.svg
- star-orange.svg
- star-purple-e.svg
- star-purple-w.svg
- star-purple.svg
- star-red-e.svg
- star-red-w.svg
- star-red.svg
- star-silver-e.svg
- star-silver-w.svg
- star-silver.svg
- help-job.html
- help-promotion.html
- promotion.html
- help.html
- DownstreamPassConditionTest.java
- FixedResultBuilder.java
- GroovyConditionTest.java
- ManualConditionBug22005.java
- ManualConditionTest.java
- SelfPromotionTest.java
- JobDslManualConditionConverterTest.java
- JobDslPromotionProcessConverterTest.java
- PromotionsDslContextExtensionTest.java
- PromotedEnvVarTokenMacroTest.java
- ItemListenerHelper.java
- ItemPathResolverTest.java
- ConfigurationDoCheckTest.java
- ConfigurationRoundtripTest.java
- KeepBuildForeverActionTest.java
- LastBuildPromotionStatusColumnTest.java
- PromotedBuildActionTest.java
- PromotedBuildRebuildParameterProviderTest.java
- PromotionBuildWrapperTest.java
- PromotionConfigFilesTest.java
- PromotionEnvironmentVariablesTest.java
- PromotionProcessTest.java
- PromotionRebuildValidatorTest.java
- PromotionTargetActionTest.java
- PromotionTest.java
- RemoteApiTest.java
- TestingFrameworkTest.java
- build.xml
- build.xml
- config.xml
- config.xml
- config.xml
- buildwrapper-example-dsl.groovy
- complex-example-dsl.groovy
- copyartifacts-example-dsl.groovy
- dynamic-dsl-example-dsl.groovy
- example-dsl.groovy
- .gitignore
- .gitpod.yml
- CHANGELOG.md
- CONTRIBUTING.md
- Jenkinsfile
- LICENSE
- pom.xml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jenkinsci/promoted-builds-plugin
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd promoted-builds-plugin
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Maven (Java)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java 프로젝트를 빌드/실행하려면 필요합니다.
- Maven mvn 명령어를 쓰기 위한 빌드 도구입니다.
mvn clean install
Maven으로 의존성 설치와 빌드를 진행합니다.
BUILD SUCCESS 메시지가 뜨면 성공입니다. target/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
