Hi Bruno,
Yep, if I can succeed I will have the best of 2 worlds I hope. Jenkins doing what Jenkins does best but end-user UI is not it’s best feature, it was never intended to be so I guess.
However, in these times we see a lot of “empowerment” to members of different teams to a) offload the workload from DevOps and b) to have team member be able to execute systems tasks without the need to DevOps.
But exposing team members to the “bare bones” UI of Jenkins when setting parameters is not going to cut it. We need more control, more visual aids and more access to logic behind the scenes.
Presenting the users with a decent UI form which we can control via PHP, APSX, Python, Etc. will make for a rich and guided experience they are looking for and also are expecting these days.
Ok, I checked and I do not think x-frame-options is the problem. I could not find a setting easily. Truth be told, I was not the one who installed this Jenkins environment so it’s a challenge to find out what is set where ☺
I did take a look at the console and saw something interesting:
Blocked loading mixed active content “http://jenkins_address/user/steven_spierenburg/”
However, this is the Groovy script for the parameter:
return "<iframe src=\"https:// jenkins_address /user/steven_spierenburg\" width=500 height=300 />"
Seems that https was turned into http somehow?
https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content
Any suggestions what I could do about this?
M +31 (0) 6 303 38 087
--
You received this message because you are subscribed to a topic in the Google Groups "BioUno Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/biouno-users/fRFrh31j5Ik/unsubscribe.
To unsubscribe from this group and all its topics, send an email to biouno-users...@googlegroups.com.
Hi Bruno,
Tried it with address “'https://www.w3schools.com” and got this response:
Refused to display 'https://www.w3schools.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
build?delay=0sec:222 GET https://www.w3schools.com/ net::ERR_BLOCKED_BY_RESPONSE
I think Jenkins is blocking access?
https://issues.jenkins-ci.org/browse/JENKINS-21881
Or is that for the other way around, blocking embedding Jenkins in another site?