From 1deac31ef2d78a58091747e6430ba581a7edbdf7 Mon Sep 17 00:00:00 2001 From: RolandBakunts Date: Tue, 17 Jan 2023 06:03:11 -0800 Subject: [PATCH] JenkinsFile docker configuration --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6427f0ef7..cd428494e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,9 +16,9 @@ pipeline { steps { script { if(env.CHANGE_ID) { - sh "echo 'pull request" + sh "echo 'pull request'" } else { - sh "echo 'pull no no no" + sh "echo 'pull no no no'" } } }