Last active
February 7, 2018 17:55
-
-
Save geek182/53b1c764d7b0440bb02e3a8adacd15c3 to your computer and use it in GitHub Desktop.
Revisions
-
geek182 revised this gist
Feb 7, 2018 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ##URL TO DOWNLOAD JENKINS-CLI localhost:8080/jnlpJars/jenkins-cli.jar -
geek182 created this gist
Feb 7, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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