-
Updated
Oct 8, 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 398 public repositories matching this topic...
There is a number of SporBugs static analysis warnings in the old parts of the Jenkinsfile Runner codebase. It is possible to see the warnings in the build log. Although there is no severe issues, it would be great to cleanup these warnings and then enforce SpotBugs checks during the build.
List of the current SpotBugs violations: https://ci.jenkins.io/job/jenkinsfile-runner/job/jenkinsfile-run
-
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
Oct 5, 2020 - Java
-
Updated
Apr 29, 2020 - Java
-
Updated
Aug 30, 2019 - Java
-
Updated
Sep 14, 2020 - 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
Oct 1, 2020 - Java
-
Updated
Oct 7, 2020 - Java
-
Updated
Jun 10, 2020 - Java
-
Updated
Sep 30, 2020 - Java
-
Updated
Jun 24, 2020 - Java
-
Updated
Apr 21, 2020 - 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
-
Updated
Sep 8, 2018 - Java
Because in
CliClient.resume()we don't account for the case, when there is an exception in one of the async processing stages: