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
[JENKINS-34628] Jenkins core contains dependencies with external static resources
Description |
New:
There are dependencies with external resources in runtime. You can find an example like this: {code} <?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); {code} in {{core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly}}. # Remove CSS inline in Jelly file if it is possible. # Remove duplicated refereces: [here|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly#L7] and [here|https://github.com/jenkinsci/jenkins/blob/master/war/src/main/less/pluginSetupWizard.less#L1] |
Description |
Original:
There are dependencies with external resources in runtime. You can find an example like this: {code} <?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); {code} in {{core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly}}. # Remove CSS inline in Jelly file if it is possible. # Remove duplicated refereces: [here|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly#L7] and [here|https://github.com/jenkinsci/jenkins/blob/master/war/src/main/less/pluginSetupWizard.less#L1] |
New:
There are dependencies with external resources in runtime. You can find an example like this: {code} <?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); {code} in {{core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly}}. # Remove CSS inline in Jelly file if it is possible. # Remove duplicated refereces: [here|https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/jenkins/install/SetupWizard/setupWizardFirstUser.jelly#L7] and [here|https://github.com/jenkinsci/jenkins/blob/master/war/src/main/less/pluginSetupWizard.less#L1] This does more difficult a real environment without direct internet connection (offline mode). |
Issue Type | Original: Bug [ 1 ] | New: Task [ 3 ] |
Summary | Original: Remove external static resources | New: Remove dependencies with external static resources |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR (Web Link)" [ 14277 ] |
Issue Type | Original: Task [ 3 ] | New: Bug [ 1 ] |
Summary | Original: Remove dependencies with external static resources | New: Jenkins core contains dependencies with external static resources |
Environment | New: jenkins-2.0+ |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |