"Successfully scheduled a pipeline to run. Go to the <a href=\"#{project_pipelines_path(@project)}\">Pipelines page</a> for details.".html_safe
else
'Unable to schedule a pipeline to run immediately'
end
ifjob_id
flash[:notice]="Successfully scheduled a pipeline to run. Go to the <a href=\"#{project_pipelines_path(@project)}\">Pipelines page</a> for details.".html_safe
else
flash[:alert]='Unable to schedule a pipeline to run immediately'
end
redirect_topipeline_schedules_path(@project)
end
...
...
@@ -81,8 +74,15 @@ class Projects::PipelineSchedulesController < Projects::ApplicationController