-
Updated
Mar 16, 2022 - 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 808 public repositories matching this topic...
-
Updated
Sep 4, 2021 - Java
-
Updated
Mar 18, 2022 - Java
-
Updated
Sep 25, 2021 - Java
-
Updated
Feb 9, 2022 - Java
Config values are defined in: com.twosigma.webtau.cfg.WebTauConfig
Maven plugin entry point: com.twosigma.webtau.maven.WebTauMavenRun
Config key to expose: reportPath
Version report
Jenkins and plugins versions report:
Jenkins 2.303.1; no plugins installed
Reproduction steps
- Run Jenkins docker LTS image
- Open a shell in the image
- Try to install a local hpi file by running this command:
jenkins-plugin-cli -p git:4.8.2_CMT:file:///usr/share/jenkins/ref/plugins/git-4.8.2_CMT.hpi
Results
Expected result:
I expected to
-
Updated
Mar 10, 2022 - Java
Hi Team,
Am getting timeouts for kcctl describe connector * or kcctl get connectors
Let me know how I can increase timeout
-
Updated
Feb 24, 2022 - Java
Describe the bug
source parameter does not see a file exists, if a file has double extension
To Reproduce
Steps to reproduce the behavior:
- Configuration file:
project_id: <hidden>
api_token: <hidden>
base_path : ".."
base_url : "https://api.crowdin.com"
preserve_hierarchy: true
files: [
{
source: "/**/.english.php",
translation: "%original_path%/.%langu
-
Updated
Mar 7, 2022 - Java
-
Updated
Aug 2, 2021 - Java
-
Updated
Oct 1, 2020 - Java
-
Updated
Sep 21, 2021 - Java
-
Updated
Apr 29, 2020 - Java
-
Updated
Mar 18, 2022 - Java
-
Updated
Mar 9, 2022 - Java
-
Updated
Feb 6, 2021 - Java
Hello,
I currently start jenkinsfile-runner this way:
But it's a bit awkward. It would be nice to be able to store those options in a config file.