File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : Update compress-api plugin version
2+
3+ scms :
4+ default :
5+ kind : github
6+ spec :
7+ user : " {{ .github.user }}"
8+ email : " {{ .github.email }}"
9+ owner : " {{ .github.owner }}"
10+ repository : " {{ .github.repository }}"
11+ token : " {{ requiredEnv .github.token }}"
12+ username : " {{ .github.username }}"
13+ branch : " {{ .github.branch }}"
14+
15+ sources :
16+ latestCompressApiVersion :
17+ kind : githubrelease
18+ spec :
19+ owner : " jenkinsci"
20+ repository : " commons-compress-api-plugin"
21+ token : " {{ requiredEnv .github.token }}"
22+ username : " {{ .github.username }}"
23+ versioning :
24+ kind : semver
25+ pattern : " latest"
26+ transformers :
27+ - trimprefix : " commons-compress-api-"
28+
29+ targets :
30+ updateRecipesYaml :
31+ name : " Update compress-api plugin version in recipes.yml"
32+ kind : file
33+ spec :
34+ file : ./plugin-modernizer-core/src/main/resources/META-INF/rewrite/recipes.yml
35+ matchPattern : " (pluginArtifactId: commons-compress-api\\ n)(.*\\ n)(.*pluginVersion:) .*"
36+ replacePattern : ' $1$2$3 {{ source "latestCompressApiVersion" }}'
37+ sourceid : latestCompressApiVersion
38+ scmid : default
39+
40+ actions :
41+ createPullRequest :
42+ kind : github/pullrequest
43+ scmid : default
44+ title : ' Update compress-api plugin version to {{ source "latestCompressApiVersion" }}'
45+ spec :
46+ labels :
47+ - dependencies
48+ - updatecli
You can’t perform that action at this time.
0 commit comments