Sha256: e097c20d2a85864e494001cb6290e9d7efbf11bfb6f8af174c9078561c3e0cde

Contents?: true

Size: 1.56 KB

Versions: 2

Compression:

Stored size: 1.56 KB

Contents

<flow-definition plugin="workflow-job@2.11">
  <actions/>
  <description/>
  <keepDependencies>false</keepDependencies>
  <properties>
    <org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty>
      <triggers/>
    </org.jenkinsci.plugins.workflow.job.properties.PipelineTriggersJobProperty>
  </properties>
  <definition class="org.jenkinsci.plugins.workflow.cps.CpsFlowDefinition" plugin="workflow-cps@2.32">
    <script>build("hello_world",
    SOME_PARAM: "A_param_value")
</script>
  </definition>
  <disabled>false</disabled>
  <publishers>
    <jenkins.plugins.slack.SlackNotifier plugin="slack@2.3">
      <baseUrl>This is base url</baseUrl>
      <teamDomain/>
      <authToken>This is an auth_token</authToken>
      <authTokenCredentialId/>
      <botUser>false</botUser>
      <room/>
      <startNotification>true</startNotification>
      <notifySuccess>true</notifySuccess>
      <notifyAborted>true</notifyAborted>
      <notifyNotBuilt>false</notifyNotBuilt>
      <notifyUnstable>false</notifyUnstable>
      <notifyRegression>false</notifyRegression>
      <notifyFailure>true</notifyFailure>
      <notifyBackToNormal>false</notifyBackToNormal>
      <notifyRepeatedFailure>false</notifyRepeatedFailure>
      <includeTestSummary>false</includeTestSummary>
      <includeFailedTests>false</includeFailedTests>
      <commitInfoChoice>NONE</commitInfoChoice>
      <includeCustomMessage>false</includeCustomMessage>
      <CustomMessage/>
    </jenkins.plugins.slack.SlackNotifier>
  </publishers>
</flow-definition>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rubyjobbuilderdsl-0.0.6 sample/hello_world-post.xml
rubyjobbuilderdsl-0.0.4 sample/hello_world-post.xml