There are dependencies with external resources in runtime. You can find an example like this:
<?jelly escape-by-default='true'?> <l:html norefresh="true" title="${it.displayName}" xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> <l:main-panel> <style type="text/css"> @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css); @import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,900,700);
in core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly.
This does more difficult a real environment without direct internet connection (offline mode).
- links to