We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e4353 commit d44063aCopy full SHA for d44063a
1 file changed
Jenkinsfile
@@ -91,6 +91,7 @@ pipeline{
91
JAVA_HOME_DIR="/home/builder/java/jdk-17.0.2"
92
}
93
stages{
94
+ // Just adding this line so there's at least one change in this temporary PR.
95
stage('runtests-11.3.1'){
96
agent {label 'nodeclientpool'}
97
steps{
0 commit comments