jenkins file

Navicat常见错误怎么处理(Rsa Public Key not Find、Generate First a serial、No All Pattern Found!File Alre)

一:下载 一键获取软件 提取码: rtce 1.Navicat 数据库管理工具 :Navicat DBeaver 数据库管理工具:可以代替Navicat 2.Navicat Keygen Patch:激活工具 二:安装激活 1.安装 Navicat:直接下一步即可安装 Navicat Keygen ......
Generate 常见 错误 Navicat Pattern

Jenkins 备份配置

1、插件 https://plugins.jenkins.io/thinBackup/ 2、系统管理--ThinBackup--Settings # 创建备份目录并授权 mkdir -p /data/backup chown -R jenkins. /data/backup ......
备份 Jenkins

持续集成(jenkins)

一、简介、安装、启动 基于 Java 开发的一种开源的、跨平台的持续集成工具 安装:看文档 在线:安装 JDK(注意配置环境变量:默认安装到 C:\Programe Files\java\jdk1.8.0_151\pin 中,需要配置到环境变量) java -version 查看 离线:注意主目录下 ......
jenkins

Java中File类中常用的一些方法

File.delete() 删除文件或文件夹目录。 File.createNewFile() 创建一个新的空文件。 File.mkdir() 创建一个新的空文件夹。 File.list() 获取指定目录下的文件和文件夹名称。 File.listFiles() 获取指定目录下的文件和文件夹对象。 Fi ......
常用 方法 Java File

jenkins清理jobs中不存在的workspace,可能job已被删除,workspace还在占用存储空间

#!/bin/bash ## jenkins-workspace-clean-by-jobs.sh ## 循环寻找jobs任务文件夹 for file in /var/lib/jenkins/workspace/* do if [ -d "$file" ]; then job_name=`basen ......
workspace jenkins 空间 jobs job

ubuntu安装jenkins

ubuntu20.04安装Jenkins及简单配置 环境: 虚拟机:VMware Workstation Linux版本:ubuntu Desktop 20.04 清华大学镜像源:https://mirrors.tuna.tsinghua.edu.cn/ 下方镜像源链接中可以下载各种Linux发行版 ......
jenkins ubuntu

Cause: java.lang.IllegalArgumentException: Mapped Statements collection already contains value for org.lin.hms.dao.RoomDAO.insertRoom. please check file

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method ' ......

How to Calculate the size of archive log files each day

Calculate the size of archive log files each day SQL> SELECT TRUNC(COMPLETION_TIME) ARCHIVED_DATE, SUM(BLOCKS * BLOCK_SIZE) / 1024 / 1024 SIZE_IN_MB F ......
Calculate archive files size each

uniapp 使用cli模式,利用jenkins远程部署

1、uniapp必须使用cli模式,如果是hbuliderx创建的,不支持 2、jenkins配置 需要publish over ssh 插件和 node插件,自行百度即可 现在主要说说配置 1)、系统管理-》系统配置中,找到 publish over ssh 2 ......
jenkins 模式 uniapp cli

Jenkins2.387安装与配置

一、安装jdk yum install fontconfig java-11-openjdk -y 二、安装jenkins wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo ......
Jenkins2 Jenkins 387

Jenkins自动化部署

1、 基本环境: 1.jdk环境,Jenkins是java语言开发的,因需要jdk环境。 2.git/svn客户端,因一般代码是放在git/svn服务器上的,我们需要拉取代码。 3.maven客户端,因一般java程序是由maven工程,需要maven打包,当然也有其他打包方式,如:gradle2、 ......
Jenkins

django安装依赖包报错No such file or directory: 'requirement.txt'和警告You are using pip version 22.0.4; however, version 23.0.1 is available.

ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirement.txt'WARNING: You are using pip version 22.0.4; however, ver ......

git 更新代码错误 Your local changes to the following files would be overwritten by merge处理

当git pull时提示 Your local changes to the following files would be overwritten by merge idea中撤销当前本地 本次提交 ......
overwritten following 错误 changes 代码

jenkins学习笔记之二十一:k8s部署jenkins及动态slave

一、部署jenkins master 1.创建Deployment YAML文件 apiVersion: apps/v1 kind: Deployment metadata: name: jenkins namespace: kube-ops spec: replicas: 1 selector: ......
jenkins 笔记 动态 slave k8s

jenkins安装

一、linux安装 1.先下载repo的安装包 : sudo wget --no-check-certificate -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo2.再下载秘钥:s ......
jenkins

Docker安装jenkins

1、拉取镜像 docker pull jenkins/jenkins 2、启动容器 docker run -itd -p 8080:8080 -p 50000:50000 --restart=on-failure -v jenkins_home:/var/jenkins_home jenkins/j ......
jenkins Docker

Can't open dsw file in Visual Studio C++ 6.0

Can't open dsw file in Visual Studio C++ 6.0 When I try to "Open Workplace" of my project, visual studio does nothing, solution explorer is empty. Als ......
Visual Studio open file Can

记一次java.nio.file.NoSuchFileException异常解决

项目场景: 线上环境做做数据导入操作 问题描述 项目中有一个上传文件的功能,在调用接口时,返回接口异常。异常信息如下: java.lang.RuntimeException: java.nio.file.NoSuchFileException: *************************** ......
NoSuchFileException java file nio

File

| 方法名称 | 说明 | | | | | public File(String pathname) | 根据文件路径创建文件对象 把字符串表示的路径变成 File 对象 | | public File(String parent, String child) | 根据父路径名字字符串和子路径名字字 ......
File

cpp: read csv file

// CSVfilemanagement.h : //练习案例:CSV 文件读写 // // 2023年4月5日 涂聚文 Geovin Du edit. // https://www.digitalocean.com/community/tutorials/getline-in-c-plus-plu ......
read file cpp csv

离线安装Docker、docker-compose、harbor、rancher、jenkins

全文重点参考:https://blog.csdn.net/yuyangchenhao/article/details/117573732 部署环境: 1. centos 7 2. ubuntu 22.04 3. 树莓派(这部分另写) 离线环境下部署。 0. 前期准备 本文使用了上面博客提供的全部文件 ......

”file not recognized: file format not recognized“错误,不同架构动态库交叉编译的学习记录

在学习modbus协议时,发现了一些关于libmodbus库编译的问题 我将虚拟机作为客户端,树莓派作为服务器端,分别编写modbus-tcp协议的客户端/服务器端代码 在ubuntu虚拟机上可以成功编译,但是在树莓派上会报:”file not recognized: file format not ......
recognized file 架构 not 错误

gzip 解压文件报错 gzip.BadGzipFile: Not a gzipped file (b'\n')

因为获取的是Unicode码,需要decode 才会正常 解决办法:按行获取然后 ......
gzip BadGzipFile gzipped 文件 39

ubuntu 编译出现错误fatal error: bits/libc-header-start.h: No such file or directory

在ubuntu gcc编译程序出现错误 fatal error: bits/libc-header-start.h: No such file or directory 表明缺少库环境。 解决方法 apt update apt-get install gcc-multilib 成功编译 ......

git pull时,提示Your local changes to the following files would be overwritten by merge

问题描述: 本地修改了代码后,执行“git pull”命令时,无法更新代码,并报错提示:“Your local changes to the following files would be overwritten by merge” 问题原因: 是因为本地修改的代码与git服务器的代码冲突导致。如 ......
overwritten following changes files local

Read Matlab File

背景 以前读取mat文件时,常用的方法是使用scipy.io.loadmat(path)函数。然而近期在读取mat文件中出现了NotImplementError的问题(具体报错信息如下)。这是什么问题呢? ile D:\software\Anaconda3\envs\py38\lib\site-pa ......
Matlab Read File

jenkins安装

概述 推荐安装最新稳定版,虽然需要更新的jdk版本,但是下载插件方便,老版本jenkins在线插件很多已经不兼容了,需要手动下载。 安装 安装最新的稳定版 需要jdk11以上的版本 ## 镜像写入yum仓库文件,stable稳定版 wget -O /etc/yum.repos.d/jenkins.r ......
jenkins

04. CI/CD - GitLab 集成 Jenkins 自动构建

Webhook Jenkins 一般是企业选择比较多的 CI/CD 构建工具,虽然 GitLab CI/CD 本身的功能也很强。但是在于管理和隔离上更倾向于 Jenkins。 使用 GitLab 触发 Jenkins 构建一般采用的都是 Webhook 的方式。为此需要给 Jenkins 安装一个比 ......
Jenkins GitLab 04 CI CD

Qt for Android QtQuick应用程序 USB连接手机调试运行错误:adb: failed to *.apk: No such file or directory

1.场景 Windows11、Qt6.5.0QtQuick应用程序USB连接手机调试运行。 2.错误信息 adb: failed to *.apk: No such file or directoryInstalling to device failed!进程"C:\Users\Administra ......