Jenkins
杭州丹尼
这个作者很懒,什么都没留下…
展开
-
jenkins 使用命令把文件夹SVN
echo yes | ${JENKINS_HOME}/tools/svnkit-1.7.8/bin/jsvn ci --non-interactive --username e589919 --password ${e589919} --targets prod_db_script -m "code reviewed by:get ddl and metadata $RequestBy" --tr...原创 2016-04-20 14:34:16 · 619 阅读 · 0 评论 -
jenkins command shell 或者 shell里调用参数的方式
windows shell:%branch%linux shell:$branchgit 引用参数:${branch}原创 2017-08-23 10:52:12 · 8030 阅读 · 0 评论 -
jenkins中使用 command shell
http://blog.csdn.net/xlgen157387/article/details/50353317[quote]#!/bin/bash #copy file and restart tomcat export JAVA_HOME=/data/home/server/jdkexport CATALINA_HOME=/home/xuliugen/dubbo-...原创 2017-08-22 14:09:56 · 1502 阅读 · 0 评论 -
jenkins mvn 打包 拷贝
[quote]copy C:\danny\工作任务\20170815_2_package_dev_branch_with_dev_and_bank_war_with_different_config_file\dev\withholding-transaction\* %WORKSPACE%\withholding-transaction\src\main\resources\config...原创 2017-08-20 22:02:06 · 499 阅读 · 0 评论 -
jenkins 调用maven插件来执行maven但是遭遇找不到当前登录用户的本地库的情况
所以只能在maven的C:\danny\dev_tool\apache-maven-3.2.5\conf\settings.xml来修改,加上 外部的库, 内部的地址 C:/Users/dell/.m2/repository/ 指定一个地址这样就算不知道当前用户也能找到库地址了...原创 2017-08-18 14:17:22 · 707 阅读 · 0 评论 -
jenkins 在linux初始化运行
https://www.liaoxuefeng.com/article/001463233913442cdb2d1bd1b1b42e3b0b29eb1ba736c5e000java -jar jenkins.war --httpPort=10000/root/.jenkins/secrets/initialAdminPassword初始化密码位置初始化用户名/密码:admi...原创 2017-08-17 15:55:37 · 268 阅读 · 0 评论 -
运行jenkins报错 The system cannot find the file specified
[workspace] $ sh -xe C:\Windows\TEMP\hudson4419897732634199534.shThe system cannot find the file specified https://stackoverflow.com/questions/15135771/hudson-on-windows-error-java-io-ioexceptio...原创 2017-08-15 13:48:13 · 4717 阅读 · 2 评论 -
jenkins的使用 使用自己的端口
如果用 命令的形式启动jenkins java -jar jenkins.war --httpPort=10000原创 2017-08-11 17:30:18 · 507 阅读 · 0 评论 -
jenkins 配置devops 3 个job 前后触发 TAF
3个job前后触发配置详解原创 2015-09-16 14:26:03 · 113 阅读 · 0 评论 -
Jenkins trigger schedule cron
http://stackoverflow.com/questions/12472645/how-to-schedule-jobs-in-jenkins[size=small][color=red][b]By setting the schedule period to 15 13 * * * you tell jenkins to schedule the build every day ...原创 2015-09-02 17:22:13 · 604 阅读 · 0 评论 -
Jenkins修改密码
忘记了jenkinsy用户的密码,到jenkins安装目录C:\Program Files (x86)\Jenkins有个users文件夹比如看到里面有个danny的文件夹这个就是说明有个danny的用户然后我忘了这个用户名的密码所有就用这段#jbcrypt:$2a$10$DdaWzN64JgUtLdvxWIflcuQu2fgrrMSAMabF5TSrGK5nXit...原创 2017-03-08 21:43:57 · 160 阅读 · 0 评论