Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

FlexDeploy can be configured to automatically build a Docker image as a part of the building process. 


This configuration is to be done for each stream providing a groovy script for Docker Image name and specifying if the image should be automatically built and pushed at the end of the build request. If it is not specified to build the image automatically, the image can be built by a workflow step invoking dockerBuildProjectImage operation of FlexDeployDockerPluginIn any case the build workflow execution will store a reference to the built Docker Image which is available on Artifacts tab of the workflow execution screen.


Optionally, a path to Dockerfile cane be provided. If I is empty, a default Dockerfile will be used from the root of the source folder.



  • No labels