config-jenkins

Jenkins for ios

◇◆丶佛笑我妖孽 提交于 2019-12-06 19:20:35
###官方jenkins https://jenkins.io/node/ ###安装方法 http://www.cnblogs.com/darkwing/p/5045522.html ###配置jenkins https://wiki.jenkins-ci.org/display/JENKINS/Starting+and+Accessing+Jenkins The easiest way to execute Jenkins is through the built in Jetty servlet container. $ java -jar jenkins.war Of course, you probably want to send the output of Jenkins to a log file, and if you're on Unix, you probably want to use nohup: $ nohup java -jar jenkins.war > $LOGFILE 2>&1 ###问题解答 Failed to connect to repository : Command "git ls-remote -h https://person@bitbucket.org/person/projectmarket.git HEAD" returned