diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 32acb8f91..2a3148573 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 {