From 622ad9ff187d75606249819ba6180d7bc441e8b5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 25 Oct 2023 11:40:56 +0200 Subject: [PATCH] typo --- automation/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 32acb8f9..2a314857 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -89,7 +89,7 @@ pipeline { when { anyOf { branch 'development'; - branch pattern: 'development-doc-deplyment*' + branch pattern: 'development-doc-deployment*' } } steps {