-
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: rename jdk scripts and add updatecli manifest (#810)
- Loading branch information
1 parent
bda2347
commit ba12a50
Showing
7 changed files
with
90 additions
and
12 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
name: Update `adoptium-install-jdk.sh` script content | ||
|
||
scms: | ||
default: | ||
kind: github | ||
spec: | ||
user: "{{ .github.user }}" | ||
email: "{{ .github.email }}" | ||
owner: "{{ .github.owner }}" | ||
repository: "{{ .github.repository }}" | ||
token: "{{ requiredEnv .github.token }}" | ||
username: "{{ .github.username }}" | ||
branch: "{{ .github.branch }}" | ||
|
||
sources: | ||
lastScriptContent: | ||
kind: file | ||
name: Get the latest `adoptium-install-jdk.sh` script content from jenkins-infra/shared-tools | ||
spec: | ||
file: https://raw.githubusercontent.com/jenkins-infra/shared-tools/main/adoptium/adoptium-install-jdk.sh | ||
|
||
targets: | ||
updateScriptContent: | ||
name: Update script content | ||
kind: file | ||
spec: | ||
file: adoptium-install-jdk.sh | ||
scmid: default | ||
|
||
actions: | ||
default: | ||
kind: github/pullrequest | ||
title: Update `adoptium-install-jdk.sh` script content | ||
scmid: default | ||
spec: | ||
labels: | ||
- chore | ||
- adoptium-scripts | ||
--- | ||
name: Update `adoptium-get-jdk-link.sh` script content | ||
|
||
scms: | ||
default: | ||
kind: github | ||
spec: | ||
user: "{{ .github.user }}" | ||
email: "{{ .github.email }}" | ||
owner: "{{ .github.owner }}" | ||
repository: "{{ .github.repository }}" | ||
token: "{{ requiredEnv .github.token }}" | ||
username: "{{ .github.username }}" | ||
branch: "{{ .github.branch }}" | ||
|
||
sources: | ||
lastScriptContent: | ||
kind: file | ||
name: Get the latest `adoptium-get-jdk-link.sh` script content from jenkins-infra/shared-tools | ||
spec: | ||
file: https://raw.githubusercontent.com/jenkins-infra/shared-tools/main/adoptium/adoptium-get-jdk-link.sh | ||
|
||
targets: | ||
updateScriptContent: | ||
name: Update script content | ||
kind: file | ||
spec: | ||
file: adoptium-get-jdk-link.sh | ||
scmid: default | ||
|
||
actions: | ||
default: | ||
kind: github/pullrequest | ||
title: Update `adoptium-get-jdk-link.sh` script content | ||
scmid: default | ||
spec: | ||
labels: | ||
- chore | ||
- adoptium-scripts |