From 23d9bebaa7eddc7eb9decc90e287619620752077 Mon Sep 17 00:00:00 2001 From: tangfangzhi Date: Sat, 4 Jun 2022 10:00:42 +0800 Subject: [PATCH] fix: Jenkins syntax error --- Jenkinsfile2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile2 b/Jenkinsfile2 index 9cb41978c6..642a9d74f0 100644 --- a/Jenkinsfile2 +++ b/Jenkinsfile2 @@ -334,7 +334,7 @@ pipeline { returnStdout: true ).trim() linux_node_pass = sh ( - script: 'jq .password /home/node_info.json | sed "s/\\\"//g" |sed "s/\\\!/^^^^\\\!/g"', + script: 'jq .password /home/node_info.json | sed "s/\\\"//g" |sed "s/\\!/^^^^\\!/g"', returnStdout: true ).trim() echo "${linux_node_ip}:${linux_node_pass}"