buildtimes | ✏️ Musings on building websites | Static Site Generator library
kandi X-RAY | buildtimes Summary
kandi X-RAY | buildtimes Summary
This is the source code for eduardoboucas.com. The site is fully static, powered by 11ty and hosted on Netlify, served right from this repository.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Add plugin methods
- Initialize UI events .
- Get the size of an element .
- Fetch all pages
- init audio controls
- Creates a new Outlayer object .
- Setup box sizes
- call plugin method method
- fetch the pages
- Adjusts the width of the feature .
buildtimes Key Features
buildtimes Examples and Code Snippets
Community Discussions
Trending Discussions on buildtimes
QUESTION
In our dev environment we have lots of repos, lots of builds and lots of buildservers, and most of the time things work just like they should - however, we are seeing an increase in builds that fail because of timeouts.
These timeouts are not happening because we are getting close to the limit, but because something "gets stuck/blocked" in the pipeline and it stays on that step until timeout kills the build.
To better debug why that happens, we need to be able to query what builds fails because of this timeout, so we for instance can see, if it is a particular build server or agent that has this problem.
We can not find anything in the API that would give us the timeout error, but we can see that the UI is able to deduct it somehow:
So far we have narrowed it down to query all builds with completed status (through this API), but we get no completion reason, and buildtimes are never exact the same as the timeout of the build defintion, so "guessing" it from the execution plan will also be a bit shaky.
How can we filter our builds down to only the builds that have timed out?
...ANSWER
Answered 2020-Aug-28 at 12:48We can use the below API to get details for a build.
Note: do not add timelineId, we should list all info
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install buildtimes
Clone the repository and enter its directory git clone https://github.com/eduardoboucas/eduardoboucas.github.io.git eduardoboucas.com cd eduardoboucas.com
Install the dependencies
Run a server, generate the site and watch for changes npm start
Navigate to http://localhost:8080/.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page