<?xml version='1.0' encoding='UTF-8'?>
<project>
  <actions/>
  <description></description>
  <keepDependencies>false</keepDependencies>
  <properties>
    <hudson.plugins.disk__usage.DiskUsageProperty plugin="disk-usage@0.22">
      <diskUsageWithoutBuilds>0</diskUsageWithoutBuilds>
      <slaveWorkspacesUsage class="concurrent-hash-map">
        <entry>
          <string></string>
          <concurrent-hash-map>
            <entry>
              <string>/nfs/us05/solbertz/temp/master/workspace/EmailTestJob</string>
              <long>0</long>
            </entry>
            <entry>
              <string>/data/jenkins/workspace/EmailTestJob</string>
              <long>845468</long>
            </entry>
          </concurrent-hash-map>
        </entry>
      </slaveWorkspacesUsage>
    </hudson.plugins.disk__usage.DiskUsageProperty>
  </properties>
  <scm class="hudson.scm.NullSCM"/>
  <assignedNode>master</assignedNode>
  <canRoam>false</canRoam>
  <disabled>false</disabled>
  <blockBuildWhenDownstreamBuilding>false</blockBuildWhenDownstreamBuilding>
  <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
  <triggers/>
  <concurrentBuild>false</concurrentBuild>
  <builders>
    <hudson.tasks.Shell>
      <command>echo &quot;Start Mock Build&quot;
echo &quot;...&quot;
echo &quot;Build Done&quot;</command>
    </hudson.tasks.Shell>
    <com.orgasystems.pqa.OpenSourceScanner.ProtexIntegrations plugin="OpenSourceScanner@1.0">
      <protexUrl>http://padbdprotex1</protexUrl>
      <protexUserName>SOlbertz@orga-systems.com</protexUserName>
      <protexPassword>orga123</protexPassword>
      <protexTemplateProjectName></protexTemplateProjectName>
      <protexProjectName>EmailTestJob</protexProjectName>
      <protexCreateProject>true</protexCreateProject>
      <protexCreateVerboseOutput>true</protexCreateVerboseOutput>
      <protexScanProject>true</protexScanProject>
      <protexProjectSourcePath>$workspace</protexProjectSourcePath>
      <buildFailOnPendingID>false</buildFailOnPendingID>
      <buildFailOnLicenseViolation>false</buildFailOnLicenseViolation>
    </com.orgasystems.pqa.OpenSourceScanner.ProtexIntegrations>
  </builders>
  <publishers>
    <hudson.plugins.emailext.ExtendedEmailPublisher plugin="email-ext@2.36">
      <recipientList>solbertz@orga-systems.com</recipientList>
      <configuredTriggers>
        <hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
          <email>
            <recipientList></recipientList>
            <subject>$PROJECT_DEFAULT_SUBJECT</subject>
            <body>$PROJECT_DEFAULT_CONTENT</body>
            <sendToDevelopers>false</sendToDevelopers>
            <sendToRequester>false</sendToRequester>
            <includeCulprits>false</includeCulprits>
            <sendToRecipientList>true</sendToRecipientList>
            <attachmentsPattern></attachmentsPattern>
            <attachBuildLog>false</attachBuildLog>
            <compressBuildLog>false</compressBuildLog>
            <replyTo>$PROJECT_DEFAULT_REPLYTO</replyTo>
            <contentType>project</contentType>
          </email>
        </hudson.plugins.emailext.plugins.trigger.AlwaysTrigger>
      </configuredTriggers>
      <contentType>default</contentType>
      <defaultSubject>New pending identifications found in Protex project: $JOB_NAME</defaultSubject>
      <defaultContent>$DEFAULT_CONTENT</defaultContent>
      <attachmentsPattern></attachmentsPattern>
      <presendScript>def env = build.getEnvironment();
String ws = env[&apos;WORKSPACE&apos;];
def textFile = new File(ws+&quot;/file.txt&quot;);

String fileContents = new File(ws+&quot;/file.txt&quot;).text;
String encodingOptions = &quot;text/html; charset=UTF-8&quot;;

if(textFile.exists()) {
    if(!fileContents.equals(&apos;&apos;)){
        msg.setContent(fileContents, encodingOptions);
    }else{
        cancel=true;
    }
}else{
    cancel=false;
}
</presendScript>
      <attachBuildLog>false</attachBuildLog>
      <compressBuildLog>false</compressBuildLog>
      <replyTo></replyTo>
      <saveOutput>false</saveOutput>
    </hudson.plugins.emailext.ExtendedEmailPublisher>
  </publishers>
  <buildWrappers>
    <hudson.plugins.timestamper.TimestamperBuildWrapper plugin="timestamper@1.5.7"/>
  </buildWrappers>
</project>