Skip to content

Commit

Permalink
curl -X POST for Jenkins restart, install text-finder plugin (with a …
Browse files Browse the repository at this point in the history
…minus)
  • Loading branch information
StefanScherer committed Jul 2, 2014
1 parent 45701e3 commit f6d49e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ grunt jenkins-install
When you added / removed plugins you must restart Jenkins:

```
curl http://10.100.50.4:2200/safeRestart
curl -X POST http://10.100.50.4:2200/safeRestart
```

Have a look at the Jenkins jobs, there you can see how I build the baseboxes and from with GitHub Repos they come from. See below for more details.
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-jenkins-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin git
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin swarm
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin ansicolor
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin timestamper
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin textfinder
java -jar jenkins-cli.jar -s http://localhost:8080 install-plugin text-finder

# restart jenkins to activate all plugins
java -jar jenkins-cli.jar -s http://localhost:8080 safe-restart

0 comments on commit f6d49e8

Please sign in to comment.