-
Notifications
You must be signed in to change notification settings - Fork 505
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
worker和agent支持java17和java8同步运行 #10586
Labels
Comments
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 2, 2024
新包同时存在jdk8 和 17
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 2, 2024
整理 agent jdk 相关代码结构
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 9, 2024
整理 agent jdk 相关代码结构
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 10, 2024
整理 agent jdk 相关代码结构
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 10, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 11, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 11, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 11, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 11, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 12, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Jul 22, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Aug 22, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Aug 27, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Aug 29, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 3, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 3, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 3, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 5, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 5, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 5, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 6, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 6, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 6, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 6, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 6, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 6, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 9, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Sep 10, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 18, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 18, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 18, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 18, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 30, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 30, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 30, 2024
tangruotian
added a commit
to tangruotian/bk-ci
that referenced
this issue
Oct 30, 2024
bkci-bot
added a commit
that referenced
this issue
Nov 25, 2024
worker和agent支持java17和java8同步运行 #10586
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
蓝盾计划升级 java17,因为存在大量使用 java8 的插件无法立刻升级,需要支持一段时间的 java17 和 java8 同步运行,直到 java8 全部替换。
agent 层面只在打包时附带 java8 并且不对其进行升级和完整性验证。自动升级和教研完整性的逻辑只影响 java17
worker 层面运行使用 java17,但是插件需要根据其标识判断使用 java8 还是 17
The text was updated successfully, but these errors were encountered: