James Strachan
James Strachan
if we can't find the openshift.yml file lets iterate through the local file system in a multi maven project until we find it https://github.com/fabric8io/fabric8-pipeline-library/blob/master/src/io/fabric8/Fabric8Commands.groovy#L496
after a while the timeout can get to an hour or two - if you update the PR status at all it'd be nice to reset the timer or something?...
as right now I'm not sure when to use one or the other; should we just have a single class of functions? Or maybe some are k8s related?
for background see https://github.com/fabric8io/fabric8-platform/issues/65 and for an implementation see https://github.com/fabric8io/fabric8-platform/issues/70
it would be great to be able to add a duration column to a table. e.g. to visualise the duration of a pipeline / job. So something like the `component.NewTimestamp(time.Time)`...
nice work on golang-jenkins BTW! we've a need to parse the new pipeline jobs from Jenkins 2.x; so a PR is on its way to add a wrapper type above...
The connector configuration frequently contains username, passwords, tokens and secrets. e.g. for the twitter component all the component properties should be secret One day we may want to split the...
it would be nice to be able to choose a sample input message and to test out a single step in an existing flow. Eventually we could package this up...