Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade plugins to fix bug of e-mail #111

Merged
merged 4 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions formula.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ plugins:
- groupId: io.jenkins.blueocean
artifactId: blueocean-jira
source:
version: 1.26.0
version: 1.27.11
- groupId: org.jenkins-ci.plugins
artifactId: authentication-tokens
source:
Expand Down Expand Up @@ -248,7 +248,7 @@ plugins:
- groupId: org.jenkins-ci.plugins
artifactId: email-ext
source:
version: "2.89"
version: "2.90"
- groupId: org.jenkins-ci.plugins
artifactId: git
source:
Expand Down Expand Up @@ -349,10 +349,6 @@ plugins:
artifactId: jquery3-api
source:
version: 3.6.1-2
- groupId: io.jenkins.plugins
artifactId: kubesphere-token-auth
source:
version: "1.7"
- groupId: org.jenkins-ci.plugins.pipeline-stage-view
artifactId: pipeline-stage-view
source:
Expand All @@ -376,7 +372,7 @@ plugins:
- groupId: org.jenkins-ci.plugins
artifactId: jira
source:
version: 3.1.3
version: 3.12
- groupId: org.jenkins-ci.plugins
artifactId: job-dsl
source:
Expand Down Expand Up @@ -640,11 +636,11 @@ plugins:
- groupId: org.jenkins-ci.plugins.workflow
artifactId: workflow-basic-steps
source:
version: "2.22"
version: 980.v82219a_ed188e
- groupId: org.jenkins-ci.plugins.workflow
artifactId: workflow-job
source:
version: 1145.v7f2433caa07f
version: 1189.va_d37a_e9e4eda_
- groupId: org.jenkins-ci.plugins.workflow
artifactId: workflow-multibranch
source:
Expand Down
Loading