From ad01b1a0a9db15f046f1e83c4c5cfd22fe42d8d8 Mon Sep 17 00:00:00 2001 From: Nikolas Falco Date: Sun, 8 Jan 2017 02:27:05 +0100 Subject: [PATCH] Fix jelly of command interpreted, impossible to externalize descriptions that contains variables to be resolved. --- .../plugins/nodejs/NodeJSCommandInterpreter/config.jelly | 2 +- .../plugins/nodejs/NodeJSCommandInterpreter/config.properties | 3 +-- .../nodejs/NodeJSCommandInterpreter/config_it.properties | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.jelly b/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.jelly index be7d290..84ef8fa 100644 --- a/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.jelly +++ b/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.jelly @@ -32,7 +32,7 @@ THE SOFTWARE. - + \ No newline at end of file diff --git a/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.properties b/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.properties index b676efc..8a414c6 100644 --- a/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.properties +++ b/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config.properties @@ -23,5 +23,4 @@ nodeJSInstallationName.title=NodeJS Installation nodeJSInstallationName.description=Specify nodejs installation where npm installed packages to execute the script nodeJSInstallationName.emptyValue=- use system default - -command.title=Script -command.description=See the list of available environment variable \ No newline at end of file +command.title=Script \ No newline at end of file diff --git a/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config_it.properties b/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config_it.properties index 96b3e8b..f5d722a 100644 --- a/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config_it.properties +++ b/src/main/resources/jenkins/plugins/nodejs/NodeJSCommandInterpreter/config_it.properties @@ -23,5 +23,4 @@ nodeJSInstallationName.title=Installazione NodeJS nodeJSInstallationName.description=Seleziona l''installazione NodeJS dove sono presenti i packages npm di cui hai bisogno per eseguire lo script nodeJSInstallationName.emptyValue=- use system default - -command.title=Script -command.description=Guarda la lista delle variabili d''ambiente disponibili \ No newline at end of file +command.title=Script \ No newline at end of file