Jenkins Pipeline Error:
groovy.lang.MissingPropertyException: No such property: docker for class: groovy.lang.Binding.
We most likely encountered the same issue, in order to fix it, install Docker Pipeline plugin in Jenkins:
Root Cause and Fix:
Jenkins need to have Docker Pipeline plug-in to perform Docker builds.
Jenkins > Manage Jenkins > Manage Plugins > Available tab
Search for Docker Pipeline install it, restart Jenkins and you are ready to go.
No comments:
Post a Comment