Example #1
0
    def start(self):
        command = ['python2.5', self.slaveScript]

        if self.getProperty('branch') is not None:
            command.append(WithProperties('--branch=%(branch)s'))

        self.setCommand(command)
        ShellCommand.start(self)