Hi

I am using jenkins job builder to create my jenkins job. In my YAML 
configuration, I have the following config at the bottom on my job to have 
a post-build-task. This is the same config that is given 
here<http://ci.openstack.org/jenkins-job-builder/publishers.html>

    publishers:
        - post-tasks:
          - matches:
            - log-text: line to match
              operator: AND
            - log-text: line to match
              operator: OR
            - log-text: line to match
              operator: AND
          escalate-status: false
          run-if-job-successful: false
          script: |
            echo "Here goes the task script"


However, I don't see a post build task in my jenkins job when I create it 
using this config. Has anyone tried using this feature?

Thanks
Harsh

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to