Andreas Mandel

Results 73 comments of Andreas Mandel

For me the following pipeline snipped could collect all needed data: ``` @NonCPS void publishBuildResults() { try { def gitUrl = scmVars.GIT_URL_1 // https://myserver.example.com/bitbucket/scm/SETOOLS/setools-sbs-bitbucket.git def urlMatcher = gitUrl =~ '^(https?://[^/]*/bitbucket)/scm/([^/]*)/([^/]*).git$'...

Good point, thanks. Do you think we should add one with the similar behavior of the gpio? Does it add value to have 3?

I've added some `#ifdef` satements - now it should alos work for a esp8266 without additional changes.