Sha256: a1a0f7a9970ef653022c4d6d2cfad9201967078adfd521ed068bbf414f9061aa
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
class Embedded < RestApi::Base def info(cart) @attributes[cart].info rescue nil end #FIXME: Bug 820651 should make this cleaner to retrieve def jenkins_build_url client = info('jenkins-client-1.4') ((client || '').chomp)[/Job URL: ([^\s]*)\s*/, 1] end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
openshift-origin-console-1.3.4 | app/models/embedded.rb |
openshift-origin-console-1.3.3 | app/models/embedded.rb |
openshift-origin-console-1.3.2 | app/models/embedded.rb |