scope.$parent.$watch(`showStatus[job.ref.branch]["${attrs.pluginStatus}"]`, function (value) {
        scope.show = value;
      });