How to use Chef Tracking Plugin in Jenkins -


i have chef workstation setup on jenkins machine , use "execute shell" in jenkins run shell script runs knife bootstrap commands (for configuring nodes) .i have installed chef tracking plugin, dont know how use "tracking when/where/what files deployed". i.e can use plugin in setup ? if yes, how use in jenkins job ?

as mentioned in chef tracking plugin wiki:

recognized resource type
plugin tracks use of file resource , subtypes.

so have download files jenkins within chef using e.g. remote_file resource.

don't forget install chef-handler-jenkins report handler, reports usage.


Comments