diff --git a/Jenkinsfile b/Jenkinsfile index ebb31137f..64fce02cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,9 +4,6 @@ https://github.com/jenkins-infra/pipeline-library/ */ - -@Library('pipeline-library@pull/883/head') _ - buildPlugin( useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests configurations: [ diff --git a/plugin/src/main/js/samples.js b/plugin/src/main/js/samples.js index 89be657c9..810d62783 100644 --- a/plugin/src/main/js/samples.js +++ b/plugin/src/main/js/samples.js @@ -5,11 +5,10 @@ export function addSamplesWidget(editor, editorId, samplesUrl) { if ($('#workflow-editor-wrapper .samples').length) { // Already there. - return + return; } - var blah = "" - var $aceEditor = $("#" + editorId); + var $aceEditor = $('#' + editorId); var sampleSelect = $(''); sampleSelect.append('');