Jenkins启动后录入网址提示Unlock Jenkins,To ensure Jenkins is securely set up by the administrator Jenkins启动后,录入网址提示:Unlock Jenkins,To ensure Jenkins is securely set up by the administrator, a password has been written to the log (not sure where to find it?) a…
--------------------- 如需转载,转载请注明出处. --------------------- 今日发现所有IOS构建相关的job全部失败,并提示如下错误: ERROR: Error fetching remote repo 'origin' hudson.plugins.git.GitException: Failed to fetch from http://git.xxxx/ios/xxxx-ios.git at hudson.plugins.git.GitSCM.fe…
https://blog.bbzhh.com/index.php/archives/136.html 想在vps做个测试,看看是否25端口屏蔽是否生效,于是起了一个小web服务在25端口做测试,但是使用chrome访问时,提示: Error 312 (net::ERR_UNSAFE_PORT): Unknown error 解决方法:Mac: /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --explicitly-a…
使用Jenkins打包安卓项目时,报错并失败,错误信息: You have not accepted the license agreements of the following SDK components: [ConstraintLayout for Android 1.0.0-alpha9, Solver for ConstraintLayout 1.0.0-alpha9]. 开始以为是没装组件的原因,但是在android studio中安装了这两个组件依旧报这个错误. 解决方法: 到a…
  Jenkins构建提示: [SSH] executing...Neither the JAVA_HOME nor the JRE_HOME environment variable is definedAt least one of these environment variable is needed to run this programNeither the JAVA_HOME nor the JRE_HOME environment variable is definedAt le…
# 背景 centos安装jenkins后,先启动jenkins服务,结果报错如下: 但自己明明已经安装了java8的 # 解决方法 既然安装了java8的话,那么证明是jenkins启动的是还是用的旧的java7,需要修改jenkins启动引用的java版本,是在/etc/init.d/jenkins中保存的 可以查看到如下的代码: jenkins是从上到下去遍历目录获取java的,而我的/usr/bin/java是最下面的一个,因此需要注释掉上面的目录…
1. 确认 防火墙关闭和getenforce 为Permissive 状态. 关闭防火墙 service iptables stop 关闭  setenforce 0 2.windows 登录切换 身份切换net use * /del //显示已建立的远程连接并询问是否确认删除,输入y删除,输入n暂不删除net use \\samba服务器的IP /del //或者直接输入已知的远程连接,用/del直接删除.需要等一会,多刷新几次,才能重新输入账号密码登录. 如果smb更改了,配置,启动后,wi…
<script type="text/javascript" src="/js/jquery.Cookies.js"></script> <div id="zhezhaoyd"></div> <div class="clearfix"></div> <div class="yaoqing-yindao"> <div c…
实现Gitlab事件自动触发Jenkins构建及钉钉消息推送 实践环境 GitLab Community Edition 12.6.4 Jenkins 2.284 Post build task 1.9(Jenkins插件) Generic Webhook Trigger Plugin 1.72(Jenkins插件) GitLab 1.5.13(Jenkins插件) 实现步骤 钉钉机器人配置 选择要推送的钉钉群 -> 点击群设置按钮 -> 点击智能群助手 -> 点击添加机器人 ->…
Jenkins Jenkins: 开源软件项目 基于Java开发的一种持续集成工具 用于监控持续重复的工作 旨在提供一个开放易用的软件平台, 便于软件的持续集成 基于Docker安装Jenkins 与持续集成中的GitLab Runner应该分布在不同的服务器上 创建工作目录: /usr/local/docker/jenkins 因为要在docker-compose.yml中使用volumes创建数据卷,执行命令赋予Docker数据卷权限: chown -R 1000 /usr/local/do…