We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac963eb commit 80802f5Copy full SHA for 80802f5
Jenkinsfile
@@ -42,7 +42,7 @@ properties([
42
*/
43
pipeline{
44
agent{
45
- label 'ts-module && heavy && java8'
+ label 'ts-module && heavy && java11'
46
}
47
stages{
48
// declarative pipeline does `checkout scm` automatically when hitting first stage
0 commit comments