Vadim Kotov

Results 29 comments of Vadim Kotov

For some reason, one of the links here (https://jenkins.io/blog/2017/04/20/secure-jenkins-on-azure/) will take forever to be checked. I ran it as a background job and after 2 days it was still running....

@stevenvachon can I exclude links with 403 error from blc report?

@stevenvachon I mean, for CLI can I pass the list of links to `blc` or I should create a simple bash script for that?

Sorry for misleading you, I mean list of pages also. Is that possible?

@Andrea-borg I use a simple bash script that reads links from the file line by line: ``` #!/bin/bash FILE=links.txt while read CMD; do echo "$CMD" blc "$CMD" done < "$FILE"...

@Blacklybarta I've had the same problem on Android 5. Our root cause was the fact that our app had another process besides the default one (this came from 3rd party...

@alexfu Can I continue after stopping (from current timer's progress)?

@OmegaJak @richrace This issue should be closed then.

Any plans to merge #11 ?