http://img24.imageshack.us/i/pipelineview.png/
Configuration looks like this:
http://img861.imageshack.us/i/pipelineconfig.png/
The job EDI_Parent automatically triggers a whole chain of jobs,
leading to a deployment. In the first version of the build pipeline
view plugin, this chain was shown correctly, also for older builds.
Do i miss something?
Manuel
Sorry you're having problems. Did you notice the update instructions
on the wiki page? It might be worth opening up the config for the job
edi_parent, check it and save it again.
Otherwise, could you raise an issue and include 1)logs, the 2)config
files for the 1st two jobs in your pipeline plus 3) a list of all the
plugins you have installed? We'll have a look asap.
Cheers, Geoff
Caused by: java.io.FileNotFoundException:
https://buildserver1.marksys.de:19000/job/EDI_Parent/135//api/json?tree=actions[lastBuiltRevision[SHA1]]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1434)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:234)
at java.net.URL.openStream(URL.java:1010)
at au.com.centrumsystems.hudson.plugin.buildpipeline.PipelineBuild.gitNo(PipelineBuild.java:373)
... 110 more
If i enter that URL in my browser on my notebook, i get the result:
{"actions":[{},{"lastBuiltRevision":{"SHA1":"db44770a92f49d0d037f7d1d3afa03eaebc3e61f"}},{},{},{},{},{}]}
If i call that url in a browser on our buildserver, then i get a
"webpage not found". So i think it is some firewall problem, or
something similar.
Anyway, thanks for your help.
Manuel
Manuel