Skip to content

Instantly share code, notes, and snippets.

@geek182
Last active February 7, 2018 17:55
Show Gist options
  • Save geek182/53b1c764d7b0440bb02e3a8adacd15c3 to your computer and use it in GitHub Desktop.
Save geek182/53b1c764d7b0440bb02e3a8adacd15c3 to your computer and use it in GitHub Desktop.

Revisions

  1. geek182 revised this gist Feb 7, 2018. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion jenkins-survival-kit
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,5 @@
    ## Install Jenkins plugin
    java -jar jenkins-cli.jar -s http://127.0.0.1:8080/ install-plugin slack --username NAME --password PASS
    java -jar jenkins-cli.jar -s http://127.0.0.1:8080/ install-plugin slack --username NAME --password PASS

    ##URL TO DOWNLOAD JENKINS-CLI
    localhost:8080/jnlpJars/jenkins-cli.jar
  2. geek182 created this gist Feb 7, 2018.
    2 changes: 2 additions & 0 deletions jenkins-survival-kit
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    ## Install Jenkins plugin
    java -jar jenkins-cli.jar -s http://127.0.0.1:8080/ install-plugin slack --username NAME --password PASS