bverkron

Results 119 comments of bverkron

Found a "solution". Somehow the adaptive lighting switch got turned off and _was still turned off after completely re-installing Adaptive Lighting_. The switch being off seems to be the cause...

Individual device controls would be fantastic, even if it's single switch to start. Highly desirable feature for me :)

What exactly is / isn't supported on the Windows side for this plugin? We currently have ephemeral Jenkins build agent on the Linux side via this plugin and need to...

Sounds like my assumption that it _should_ work (but might have some quirks / problems) was correct. We're attempting to use docker containers in our declarative pipelines but it's falling...

What would cause Jenkins to use the docker-workflow-plugin instead of docker-plugin like the other job? They are configured the same way (literally just the declarative pipeline script above) and just...

> **Edit**: Re-running the linux job now returns the same `docker login` error as the Windows job. AFAIK nothing in the Jenkins master config has changed. Where / how do...

I will take a look. Away from the office ATM so will be tomorrow. In the meantime... How do we differentiate between which plugin is being used by the commands?...

> The `docker-plugin` provides very little pipeline functionality, just the `dockerNode` keyword. This is the critical differentiator and sadly this wasn't mentioned anywhere in the extensive reading I've done on...

>Yes; sadly a lack of docs is not an uncommon issue with free software - the folks who write code to make it do things don't need documentation telling them...

> [Looking here](https://issues.jenkins-ci.org/browse/JENKINS-48518?focusedCommentId=367206&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-367206) it seems like this error might be a dead end for docker pipeline on Windows. Assuming this is true we may need to migrate to this `docker-plugin`...