more escaping

This commit is contained in:
Hyatt 2022-06-15 12:16:25 -05:00
parent 4a205ca03d
commit 2c5a77699e
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -104,7 +104,7 @@ pipeline {
}
if (k8slensVersion ==~ 'refs\\/tags\\/([5-9]|[0-9]{2,})\\.[0-9]+\\.[0-9]+$') {
if (k8slensVersion ==~ 'refs\/tags\/5\.5\.[0-9]+$') {
if (k8slensVersion ==~ 'refs\\/tags\\/5\\.5\\.[0-9]+$') {
jsNodeID = 'node-14'
} else if (k8slensVersion ==~ 'refs\\/tags\\/5\\.6\\.[0-9]+$') {
jsNodeID = 'node-16'