Sha256: 62ac294c4934937a5f8f375036e9efc94cc36d28f44a4c50edf04489f3c5a489

Contents?: true

Size: 893 Bytes

Versions: 3

Compression:

Stored size: 893 Bytes

Contents

- breadcrumb_for_application @application, 'Disable Jenkins Builds'
- content_for :page_title, 'Disable Jenkins Builds'

%h1 Disable Jenkins Builds

= semantic_form_for @application, :url => application_building_path(@application), :html => {:method => :delete, :class => 'form'} do |f|
  %p 
    OpenShift is configured to build this application with 
    #{link_to 'Jenkins', jenkins_help_url } when you make 
    changes through Git. If you remove the Jenkins cartridge
    your build history and results are preserved, but new 
    changes to Git will no longer start builds.

  %p 
    Are you sure you wish to disable builds for this 
    application?

  = f.semantic_errors
  = f.buttons do
    = link_to 'Cancel', @referer || application_path(@application), :class => 'btn'
    = f.commit_button :label => "Remove Jenkins", :button_html => {:class => 'btn btn-danger'}
    = f.loading

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
openshift-origin-console-1.3.4 app/views/building/delete.html.haml
openshift-origin-console-1.3.3 app/views/building/delete.html.haml
openshift-origin-console-1.3.2 app/views/building/delete.html.haml