buildbot
buildbot copied to clipboard
Python-based continuous integration testing framework; your pull requests are more than welcome!
Is it possible to get some webhook data from the Webhook from Github and pass to the factory.Step, in case my workflow need to use some value from the webhook?...
Recently our steps.RemoveDirectory step for one of our builders started throwing Exceptions. The reason seems to be that after a recent Chromium update, the Official Mac arm64 out directory has...
## Contributor Checklist: * [ ] I have updated the unit tests * Please provide some proper documentation for your unit test framework, this is just unusable for outsiders, and...
Hi, I've been setting up a flow where I want to push some build artefacts back to the repo after a job. However, it looks like the `GitCommit` and `GitPush`...
A few days back one of the workers (which was experiencing some intermittent issues and seems to be ok since the reboot) stopped processing build jobs. It appears to be...
Hi, The version 3.5.0 introduces a check of the length of a buildstep to avoid error when inserting the value in the database. In our case we manually increase the...
I've been trying to setup a change filter that will filter out only tags but have hit an issue that looks like a bug to me. However, if you have...
This ticket is a migrated Trac ticket [3596](http://trac.buildbot.net/ticket/3596) People contributed to the original ticket: @unknown_contributor, @sa2ajj Ticket created on: `Aug 19 2016` Ticket last modified on: `Aug 19 2016` ---...
Hi, I try to overwrite the property value with something like: ``` steps.SetPropertyFromCommand(some_command, property='my-long-property-name-it-is-really-long-but-not-too-much'), haltOnFailure=True) steps.SetProperty(property='my-long-property-name-it-is-really-long-but-not-too-much'), value='new value', haltOnFailure=True) ``` The build fails with exception: ``` 2020-06-08 17:32:55+0200 [-] step...
Hello, I was wondering if it's possible for the Github reporter to report the result of each step back to Github for their UI to display? If that's not currently...