content: _('This job depends on a user to trigger its process. Often they are used to deploy code to production environments')
content: _('This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes.')
msgid "An error occurred while triggering the job."
msgstr ""
msgid "An error occurred while validating username"
msgstr ""
...
...
@@ -2221,6 +2224,9 @@ msgstr ""
msgid "CiVariables|Remove variable row"
msgstr ""
msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
msgstr ""
msgid "CiVariables|State"
msgstr ""
...
...
@@ -2230,6 +2236,9 @@ msgstr ""
msgid "CiVariables|Value"
msgstr ""
msgid "CiVariables|Variables"
msgstr ""
msgid "CiVariable|* (All environments)"
msgstr ""
...
...
@@ -7697,6 +7706,9 @@ msgstr ""
msgid "Pipeline|Existing branch name or tag"
msgstr ""
msgid "Pipeline|Key"
msgstr ""
msgid "Pipeline|Pipeline"
msgstr ""
...
...
@@ -7727,6 +7739,9 @@ msgstr ""
msgid "Pipeline|Triggerer"
msgstr ""
msgid "Pipeline|Value"
msgstr ""
msgid "Pipeline|Variables"
msgstr ""
...
...
@@ -11056,9 +11071,6 @@ msgstr ""
msgid "This issue is locked."
msgstr ""
msgid "This job depends on a user to trigger its process. Often they are used to deploy code to production environments"
msgstr ""
msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered"
msgstr ""
...
...
@@ -11113,6 +11125,9 @@ msgstr ""
msgid "This job requires a manual action"
msgstr ""
msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes."
msgstr ""
msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action."
expect(page).tohave_content('This job requires a manual action')
expect(page).tohave_content('This job depends on a user to trigger its process. Often they are used to deploy code to production environments')
expect(page).tohave_link('Trigger this manual action')
expect(page).tohave_content('This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes.')
expect(page).tohave_button('Trigger this manual action')
end
it'plays manual action and shows pending status',:jsdo
click_link'Trigger this manual action'
click_button'Trigger this manual action'
wait_for_requests
expect(page).tohave_content('This job has not started yet')
...
...
@@ -734,8 +734,8 @@ describe 'Jobs', :clean_gitlab_redis_shared_state do
wait_for_requests
expect(page).tohave_content('This job requires a manual action')
expect(page).tohave_content('This job depends on a user to trigger its process. Often they are used to deploy code to production environments')
expect(page).tohave_link('Trigger this manual action')
expect(page).tohave_content('This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes.')
expect(page).tohave_button('Trigger this manual action')