Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 7, 2024
1 parent 4bc9483 commit cba519f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -882,7 +882,7 @@ etc.
- `jenkins_cred_set_user_pass.sh` - creates or updates a Jenkins username/password credential
- `jenkins_cli.sh` - shortens `jenkins-cli.jar` command by auto-inferring basic configuations, auto-downloading the CLI if absent, inferrings a bunch of Jenkins related variables like `$JENKINS_URL`, `$JENKINS_CLI_ARGS` and authentication using `$JENKINS_USER`/`$JENKINS_PASSWORD`, or finds admin password from inside local docker container. Used heavily by `jenkins.sh` one-shot setup and the following scripts:
- `jenkins_foreach_job_cli.sh` - runs a templated command for each Jenkins job
- `jenkins_create_parallel_test_job_runs.sh` - creates a sample freestyle parameterized test job and launches N parallel runs to test scaling and parallelization of Jenkins on Kubernetes
- `jenkins_create_parallel_test_job_runs.sh` - creates a freestyle parameterized test sleep job and launches N parallel runs of it to test scaling and parallelization of [Jenkins on Kubernetes](https://github.com/HariSekhon/Kubernetes-configs#jenkins-on-kubernetes) agents
- `jenkins_jobs_download_configs_cli.sh` - downloads all Jenkins job configs to xml files of the same name
- `jenkins_cred_cli_add_cert.sh` - creates a Jenkins certificate credential from a PKCS#12 keystore
- `jenkins_cred_cli_add_kubernetes_sa.sh` - creates a Jenkins Kubernetes service account credential
Expand Down

0 comments on commit cba519f

Please sign in to comment.