Giter VIP home page Giter VIP logo

jenkinsarea's Introduction

jenkins area

安装&配置

  1. Create First Admin User

    • Username: nate
    • Password: 1234
    • Confirm password: 1234
    • Full name: Nate Xu
    • E-mail address: [email protected]
  2. default admin password

sudo less /Users/Shared/Jenkins/Home/secrets/initialAdminPassword

常用命令

HOW TO: Start, Stop, Restart or Reload Jenkins – Mac OSx

How to Stop, Restart Jenkins – Common URL options URL’s to stop or restart Jenkins

http://[jenkins-server]/[command] where [command] can be

  • exit shutdown jenkins

  • restart restart jenkins

  • reload to reload the configuration

Terminal and Kill Process

ps -e | grep jenkins

53 ?? 0:02.51 /usr/bin/java -jar /Applications/Jenkins/jenkins.war 392 ttys000 0:00.00 grep jenkins

$ sudo kill 53

Terminal and Start / Stop daemon

You want to use launchctl to start and stop Jenkins.

  • Start Jenkins: sudo launchctl load /Library/LaunchDaemons/org.jenkins-ci.plist

  • Stop Jenkins: sudo launchctl unload /Library/LaunchDaemons/org.jenkins-ci.plist

How to change default port on Jenkins from default to custom on Mac (OS X EL Captain)

卸载

$/Library/Application\ Support/Jenkins/Uninstall.command

https://stackoverflow.com/questions/44005592/how-to-uninstall-jenkins-on-mac-completely?rq=1

jenkinsarea's People

Contributors

nate-luup avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.