jenkinsci / jenkinsci/plain-credentials-plugin

[JENKINS-36835] Change secret text field to textarea to support multiline text

Open
#111 1 comment 0 reactions 0 assignees View on GitHub
component:plain-credentials-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
10
Forks
39
Avg merge
10m
Merged PRs (30d)
1

Description

Currently the interface for StringBinding/Secret Text is an HTML input field, so when a multiple line secret is pasted in, the newlines replaced with spaces. Simply inspecting my browser and changing that field to textarea resolves that issue, so the backend seems to support them fine, just the interface could use a small tweak to support longer/larger secret strings.

---
Originally reported by cgee, imported from: Change secret text field to textarea to support multiline text


  • status: Open
  • priority: Minor
  • component(s): plain-credentials-plugin
  • resolution: Unresolved
  • votes: 8
  • watchers: 5
  • imported: 20260604-161841

Raw content of original issue

Currently the interface for StringBinding/Secret Text is an HTML input field, so when a multiple line secret is pasted in, the newlines replaced with spaces. Simply inspecting my browser and changing that field to textarea resolves that issue, so the backend seems to support them fine, just the interface could use a small tweak to support longer/larger secret strings.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.