-
Updated
Sep 18, 2020 - Java
Command line interface
Before there were graphical user interfaces, command-line interfaces were used to issue commands to a computer. Programs that handle the user interface are called command language interpreters, often known as a shell. A CLI may give a user more control over the computer and programs they wish to execute.
Here are 393 public repositories matching this topic...
Jenkinsfile Runner generates exception when invoking the app from another directory. It does not lead to the execution failure, but it prints NPE to the log. It would be great if Jenkinsfile Runner Filesystem SCM was using the current dir everywhere as documented
onenashev@LAPTOP-25K65LOS:/c/Users/Oleg/Documents/jenkins/jfr/jenkinsfile-runner/demo/declarative-pipeline$ ../../app/target/app
-
Updated
Sep 15, 2020 - Java
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 14, 2020 - Java
-
Updated
Jul 11, 2020 - Java
-
Updated
Sep 16, 2020 - Java
-
Updated
Sep 18, 2020 - Java
-
Updated
Apr 29, 2020 - Java
-
Updated
Aug 30, 2019 - Java
-
Updated
Sep 14, 2020 - Java
-
Updated
Sep 23, 2018 - Java
The tool fails when running without options. It would be better to print a message about the -help command in such case.
onenashev@LAPTOP-25K65LOS:/c/Users/Oleg/Documents/jenkins/demo/demo-jenkins-config-as-code$ java -jar jenkins-plugin-manager-1.0.2.jar
No .txt or .yaml file containing list of plugins to be downloaded entered.
No directory to download plugins entered. Will use defaul
-
Updated
Jun 10, 2020 - Java
-
Updated
Sep 2, 2020 - Java
-
Updated
Sep 18, 2020 - Java
-
Updated
Jun 24, 2020 - Java
-
Updated
Apr 21, 2020 - Java
-
Updated
Sep 8, 2018 - Java
Expected Behavior
I expect that arithmetic expression where there is no space between operands and operator can be parsed correct. E.g. (3*3) or (3*3) + 3
Current Behavior
Arithmetic expressions like (3*3) currently throw errors (like comparison contains Different DataTypes). Expressions like (3*3) + 3 are parsed like (3.0+3.0) wh
Because in
CliClient.resume()we don't account for the case, when there is an exception in one of the async processing stages: