Skip to content

Commit cf81df4

Browse files
committed
ci: pin agent to Node 22
1 parent 92d7c8f commit cf81df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def runTest(version, filter=null, testSuite='test') {
134134
pipeline {
135135
agent {
136136
kubernetes {
137-
yaml kubePodTemplate(name: 'couchbackup.yaml')
137+
yaml kubePodTemplate(name: 'couchbackup.yaml', full_jnlp: 'sdks-pinned-agent:node-22')
138138
}
139139
}
140140
options {

0 commit comments

Comments
 (0)