Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 801 Bytes

File metadata and controls

14 lines (9 loc) · 801 Bytes

JobSourceDockerResponse

Properties

Name Type Description Notes
git_repository Option<models::ApplicationGitRepository> [optional]
dockerfile_path Option<String> The path of the associated Dockerfile. Only if you are using build_mode = DOCKER [optional]
dockerfile_raw Option<String> The content of your dockerfile if it is not stored inside your git repository [optional]
docker_target_build_stage Option<String> The target build stage in the Dockerfile to build [optional]

[Back to Model list] [Back to API list] [Back to README]