diff --git a/integrations/jenkins/Jenkinsfile b/integrations/jenkins/Jenkinsfile index f98e7af412856..c4a1003186276 100644 --- a/integrations/jenkins/Jenkinsfile +++ b/integrations/jenkins/Jenkinsfile @@ -62,7 +62,7 @@ pipeline { credentials( name: 'PROJECT_VCS_CREDENTIALS', - description: 'Optional Jenkins credentials to use for the VCS checkout.', + description: 'Optional HTTP credentials to use for the VCS checkout.', defaultValue: '' ) @@ -84,7 +84,7 @@ pipeline { credentials( name: 'ORT_CONFIG_VCS_CREDENTIALS', - description: 'Optional Jenkins credentials to use for the VCS checkout.', + description: 'Optional HTTP credentials to use for the VCS checkout.', defaultValue: '' )