dependabot[bot] on maven
Bump gson from 2.8.5 to 2.8.9 … (compare)
dependabot[bot] on maven
lper1582 on master
Bump guava from 28.2-jre to 29.… (compare)
dependabot[bot] on maven
Bump guava from 28.2-jre to 29.… (compare)
Loghijiaha on master
code cleanup Added HTML view (compare)
Loghijiaha on master
Fixed unnecessary SEVERE log (compare)
Loghijiaha on master
Updated release draft Updated changelog (compare)
Follow the steps in Jenkins to download and install the plugin:
. Select Manage Jenkins
. Select Manage Plugins
. Go to Advanced
tab
. Configure the Update Site URL as: https://updates.jenkins.io/experimental/update-center.json
. Click on Submit
, and then press the Check Now
button.
. Go to Available
tab.
. Search for Machine Learning Plugin
and check the box along it.
. Click on Install without restart
The plugin should now be installed on your system.
@Loghijiaha @kinow I have been trying to configure a Python server using the 0.1-alpha-2-SNAPSHOT release. Unfortunately I have not been able to get past configuring a Python server. on my Win10 workstation The error is similar to what I have been getting in the past.
I have setup a simple job to confirm that Jenkins is running in the right environment . The job runs 'pip freeze' in a Windows console and the output of the console looks as expected. Any advice?
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "sandbox allow-scripts;");
this was a simple way relax CSP, but unsafe. Users should know about this problem when they generate complex js/Html output. What would be our next step on this issue?
Hi @Loghijiaha , that System.setProperty
is useful in confirming that enabling that fixes the issue. But changing a configuration like that in a build step is definitely bad.
But it is too complex to understand to me.
Unfortunately I think we have to dig deeper on this option even though it is complex. We have a few options here:
I think it'd be best to go with 2. or 3.. If necessary, leave an issue for later. This is not a must-have feature from the plug-in, and we know now that if users enable that env-var or setting in Jenkins, HTML+JS will be correctly rendered.
What do you think @Loghijiaha ?
And a LinkedIn message draft: `Machine Learning Plugin project - Coding Phase 2 project update by Loghi Perinpanayagam: agent Docker image for Jupyter Notebooks, migration to Python 3, user documentation, testing in environment and bugfixes.
https://www.jenkins.io/blog/2020/07/27/machine-learning-plugin-coding-phase2/`