From e7e7eb99d80ddfc25e30a20369bde7242d0a6dae Mon Sep 17 00:00:00 2001 From: prplV Date: Mon, 13 Jan 2025 15:09:53 +0300 Subject: [PATCH] init commit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c11e198..683b17f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any stages { - stage('Tests and compiling binaries1') { + stage('Tests and compiling binaries') { when { expression { env.CHANGE_BRANCH?.startsWith('feature/') } }