Skip to content

Commit

Permalink
Tyring to fix the releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
aytuncbeken committed Jul 16, 2024
1 parent 47a12c4 commit 5582547
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>io.jenkins.plugins</groupId>
<artifactId>multibranch-action-triggers</artifactId>
<version>1.8.10-SNAPSHOT</version>
<version>${revision}${changelist}</version>
<name>MultiBranch Action Triggers Plugin</name>
<packaging>hpi</packaging>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
Expand All @@ -34,6 +34,9 @@
</scm>

<properties>
<revision>1.8.10</revision>
<changelist></changelist>
<gitHubRepo>jenkinsci/multibranch-action-triggers-plugin</gitHubRepo>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
<jenkins.version>2.401.3</jenkins.version>
</properties>
Expand Down
26 changes: 26 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#release configuration
#Tue Jul 16 21:59:56 CEST 2024
projectVersionPolicyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=consume-incrementals,might-produce-incrementals
pushChanges=true
project.scm.io.jenkins.plugins\:multibranch-action-triggers.tag=${scmTag}
project.scm.io.jenkins.plugins\:multibranch-action-triggers.connection=scm\:git\:https\://github.com/${gitHubRepo}.git
project.scm.io.jenkins.plugins\:multibranch-action-triggers.url=https\://github.com/${gitHubRepo}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
completedPhase=check-poms
scm.url=scm\:git\:[email protected]\:jenkinsci/multibranch-action-triggers-plugin.git
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.io.jenkins.plugins\:multibranch-action-triggers.developerConnection=scm\:git\:[email protected]\:${gitHubRepo}.git
completionGoals=incrementals\:reincrementalify
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean install
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit 5582547

Please sign in to comment.