ID: US_22.005 | Credentials > Add Secret Text
Description:
As a Jenkins user with rights to manage credentials,
I want to be able to add new "Secret text" credentials through the Jenkins interface (Manage Jenkins → Credentials),
So that I can securely store and use text in Jenkins jobs and pipelines.
Acceptance Criteria:
- The user can select the "Secret text" credential type from the list of available types.
- After selecting the credential type, the user can specify the following parameters:
- Scope;
- Secret;
- ID
- Description
- The user can create a credential without manually specifying any parameters.
- After the credential is created:
- the user remains on the "Credentials" page;
- the newly created credential is displayed in the credentials list.
Author: @TatianaBurkova
ID: US_22.005 | Credentials > Add Secret Text
Description:
As a Jenkins user with rights to manage credentials,
I want to be able to add new "Secret text" credentials through the Jenkins interface (Manage Jenkins → Credentials),
So that I can securely store and use text in Jenkins jobs and pipelines.
Acceptance Criteria:
Author: @TatianaBurkova