Skip to content

Commit

Permalink
Use continuous delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Jan 23, 2023
1 parent 2859a85 commit b9aceba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .github/release-drafter.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Note: additional setup is required, see https://www.jenkins.io/redirect/continuous-delivery-of-plugins

name: cd
on:
workflow_dispatch:
check_run:
types:
- completed

jobs:
maven-cd:
uses: jenkins-infra/github-reusable-workflows/.github/workflows/maven-cd.yml@v1
secrets:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
16 changes: 0 additions & 16 deletions .github/workflows/release-drafter.yml

This file was deleted.

1 change: 1 addition & 0 deletions .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-Pconsume-incrementals
-Pmight-produce-incrementals
-Dchangelist.format=%d.v%s
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>hpi</packaging>
<name>Copy Artifact Plugin</name>
<description>Adds a build step to copy artifacts from another project.</description>
<version>${revision}${changelist}</version>
<version>${changelist}</version>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<licenses>
Expand All @@ -26,7 +26,7 @@

<properties>
<revision>1.49</revision>
<changelist>-SNAPSHOT</changelist>
<changelist>999999-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.361.4</jenkins.version>
<useBeta>true</useBeta>
Expand Down

0 comments on commit b9aceba

Please sign in to comment.