Manoj

Results 25 comments of Manoj

@bf16574403 can you tell me what you are trying out?

@bf16574403 - why do you want to do pull? If you can give concrete use cases it will be helpful. Currently the plugin support 1) build a image from a...

Yes, returning new object is definitley on the cards. Nice idea on the indexers. Would love pull request too :)

You can now run multiple commands on a single instance of cmd. I am still thinking if the below scenario should be allowed: ``` csharp var git = cmd.git; git.clone();...

cmd now returns an instance of another object. For example, `cmd.git` returns a new object ( of different ) type cmd is effectively "immutable", but yeah, I suppose it makes...

Yes, this is coming up. Thanks for the input :)

Yeah, but it is more a showcase than of real utility.

I propose this: Mark subnets with appropriate tags that identify the cluster that they belong to. The cluster name in the matsya config can be use for this purpose.

The plugins are really designed to work best together. The material plugin specifically looks for metadata set on S3 objects to figure out the latest artifact and upstream pipeline information....

It is an internal implementation detail, so we haven't documented it (maybe we should). Relevant code sections - https://github.com/indix/gocd-s3-artifacts/blob/master/utils/src/main/java/com/indix/gocd/utils/store/S3ArtifactStore.java#L174-L186 There has been enough interest in the community to make these...