summaryrefslogtreecommitdiff
path: root/app/models/integrations/bamboo.rb
diff options
context:
space:
mode:
authorGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-02 21:12:53 +0000
committerGitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>2022-05-02 21:12:53 +0000
commit2bdcc43491635132fdab4e4eadb7e62b731140ea (patch)
treeb61b0ceb52da5d5ea36c13370fb87f09c7db6ffe /app/models/integrations/bamboo.rb
parent7bc34aad19503153d8d9b849006e59b43a1eda5b (diff)
parent1390b6e51192c50ebf55378fc183cbd4ddf94ab0 (diff)
downloadgitlab-ce-2bdcc43491635132fdab4e4eadb7e62b731140ea.tar.gz
Merge remote-tracking branch 'dev/14-8-stable' into 14-8-stable14-8-stable
Diffstat (limited to 'app/models/integrations/bamboo.rb')
-rw-r--r--app/models/integrations/bamboo.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/models/integrations/bamboo.rb b/app/models/integrations/bamboo.rb
index 57767c63cf4..eaf1992f929 100644
--- a/app/models/integrations/bamboo.rb
+++ b/app/models/integrations/bamboo.rb
@@ -55,10 +55,12 @@ module Integrations
required: true
},
{
- type: 'text',
+ type: 'password',
name: 'build_key',
- placeholder: s_('KEY'),
help: s_('BambooService|Bamboo build plan key.'),
+ non_empty_password_title: s_('BambooService|Enter new build key'),
+ non_empty_password_help: s_('BambooService|Leave blank to use your current build key.'),
+ placeholder: s_('KEY'),
required: true
},
{