jenkins file

基于Jenkins+Gitee实现SpringBoot项目自动化部署(Docker版)

前言: 上一篇笔记:基于Jenkins+Gitee实现SpringBoot项目自动化部署(非Docker版)。 本篇笔记介绍一下Docker版本的Jenkins如何实现项目自动化部署。 本案例基于Linux CentOS 7服务器,防火墙开放8080端口(Jenkins使用),80端口(项目使用), ......
SpringBoot Jenkins 项目 Docker Gitee

【vue-问题】vue : 无法加载文件 D:\Program Files\nodejs\node_global\vue.ps1,因为在此系统上禁止运行脚本

【vue-问题】vue : 无法加载文件 D:\Program Files\nodejs\node_global\vue.ps1,因为在此系统上禁止运行脚本。解决方法:①:管理员方式运行PowerShell,输入get-ExecutionPolicy。如果它回复Restricted,表示是禁止的②: ......
vue node_global 脚本 Program 文件

Jenkins Pipeline 获取shell 输出结果

//获取标准输出//第一种result = sh returnStdout: true ,script: "<shell command>"result = result.trim()//第二种result = sh(script: "<shell command>", returnStdout: ......
Pipeline Jenkins 结果 shell

openssl: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

这个错误表明在加载 openssl 时找不到共享库文件 libssl.so.3。这可能是由于缺少该共享库或者库文件路径不正确导致的。 要解决这个问题,您可以尝试以下几种方法: 安装 OpenSSL:确保您的系统上已经正确安装了 OpenSSL。您可以使用操作系统的包管理器来安装 OpenSSL,具体 ......
shared file directory libraries openssl

Git Merge Failed Merging is not possible because you have unmerged files. hint: Fix them up in

​ 这个错误提示意味着在进行git merge操作时,存在未解决的冲突(unmerged files)。Git无法自动合并这些冲突,因此您需要手动解决冲突并进行提交。 要解决这个问题,您可以按照以下步骤进行操作: 首先,运行git status命令来查看未解决的冲突文件。您会看到类似下面的提示: U ......
possible unmerged Merging because Failed

Git Merge Failed Merging is not possible because you have unmerged files. hint: Fix them up in

​ 这个错误提示意味着在进行git merge操作时,存在未解决的冲突(unmerged files)。Git无法自动合并这些冲突,因此您需要手动解决冲突并进行提交。 要解决这个问题,您可以按照以下步骤进行操作: 首先,运行git status命令来查看未解决的冲突文件。您会看到类似下面的提示: U ......
possible unmerged Merging because Failed

gitlab+jenkins+pycharm持续集成环境搭建

接口自动化虚拟机登录:root sq 若gitlab的容器打不开,关闭防火墙 gitlab登录: http://192.168.31.128:9001/projects/new#blank_project root i3213941 Git:分布式版本控制系统 本地仓库:是在开发人员自己电脑上的gi ......
jenkins pycharm 环境 gitlab

jenkins安装后启动项目的一些问题

1. 没有maven项目选项: 需要安装maven相关插件: Maven Integration plugin 和 Pipeline Maven Integration Plugin 2.没有SSH配置选项: 需要安装插件: Publish over SSH 3.启动项目时 maven一直报错:这里 ......
jenkins 项目 问题

Jenkins ant介绍(学习笔记五)

简介: 转载自:https://www.cnblogs.com/pixy/p/4792887.html Ant的由来(序) James Duncan Davidson当年用纯Java开发Tomcat的时候,不仅想让它跨平台运行,还想要在不同的操作系统上都能够进行开发和构建。 转载自:https:// ......
Jenkins 笔记 ant

Linux 虚拟文件系统四大对象:超级块、inode、dentry、file之间关系

转载:Linux 虚拟文件系统四大对象:超级块、inode、dentry、file之间关系 - 一口Linux - 博客园 (cnblogs.com) 一:文件系统 1. 什么是文件系统? 操作系统中负责管理和存储文件信息的软件机构称为文件管理系统,简称文件系统。 通常文件系统是用于存储和组织文件的 ......
对象 之间 文件 dentry 系统

webclient download file The remote server returned an error: (403) Forbidden,

class WebpWebClient:WebClient { protected override WebRequest GetWebRequest(Uri address) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create( ......
webclient Forbidden download returned remote

(一)Java中的IO操作—— File类

### 一、File类 在系统中用户通过文件系统所提供的系统调用实施对文件的操作。 最基本的文件操作有: 创建文件、删除文件、读文件、写文件、截断文件和设置文件的读/写位置。 在Java中使用File类来作为目录或者文件的表示形式,也就是说我们想要表示一个文件,构造一个File对象即可。 #### ......
Java File

Jenkins+Docker 实现一键自动化部署项目

Jenkins+Docker 实现一键自动化部署项目!步骤齐全,少走坑路! JAVA编程Linux学习 2023-07-01 08:10 发表于山东 收录于合集 #docker4个 #Jenkins1个 本文章实现最简单全面的Jenkins+docker+springboot 一键自动部署项目,步骤 ......
Jenkins 项目 Docker

IDEA: File and code Templates

https://www.jetbrains.com/help/idea/file-template-variables.html /**encoding: utf-8 # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 1 ......
Templates IDEA File code and

PyCharm 2023.1 File and code Templates

from: File template variables | PyCharm Documentation (jetbrains.com) https://www.jetbrains.com/help/pycharm/file-template-variables.html#custom_templ ......
Templates PyCharm 2023.1 2023 File

kubelet 报 Failed to run kubelet" err="failed to run Kubelet: unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory" 处理方法

1、 kubelet 启动 报 unable to load bootstrap kubeconfig: stat /etc/kubernetes/bootstrap-kubelet.conf: no such file or directory" ,原因是kubelet.conf的证书权限有问题 ......

spring报错-Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 63

这个错误原因是因为JDK版本过高,改一下版本就行了 把里面的19改成8 这样就行了 ......

File - 删除文件

try { //删除临时上传的Excel文件 if (System.IO.File.Exists(path)) { FileInfo fi = new FileInfo(path); if (fi.Attributes.ToString().IndexOf("ReadOnly") != -1) fi ......
文件 File

Jenkins配置邮件通知(163 mail)

From: https://blog.csdn.net/summer_my_sunshine/article/details/128222086 最近刚学习jenkins,在配置邮件发送的时候,踩了很多坑,各种百度查询,调试了大半天,终于成功解决 !特此记录! 遇到最让我头痛的问题,就是明明控制台显 ......
邮件 Jenkins mail 163

vue项目打包上线时报错‘Failed to load resource: net::ERR_FILE_NOT_FOUND‘

vue项目打包上线时报错’Failed to load resource: net::ERR_FILE_NOT_FOUND’ 原因:这里的确是css以及js文件的路径问题 解决方案: 解决时并不需要手动改路径或者加一段判断去修改 最方便的办法时在项目打包前的 vue.config.js 里面将pub ......

使用 Jenkins 自动化部署

## 参考 [https://www.jenkins.io/doc/book/installing/docker/](https://www.jenkins.io/doc/book/installing/docker/) [https://blog.csdn.net/zqqiang0307/arti ......
Jenkins

jenkins配置用户权限

......
权限 jenkins 用户

Jenkins学习日记

# Jenkins学习日记 > > 背景:在以前实习的时候,呆在一个小公司,也学习了好长时间,其中带我的师父也使用了这个技术,但是哪个时候接受的东西太多了,也来得及问,包括docker,对呀那个时候我对docker了解就停留在docker pull这些基础命令之上,虽然那个时候公司的服务器也部署了j ......
Jenkins 日记

在Vscode使用命令npm报错-The operation was rejected by your operating system. npm ERR! It's possible that the file was already in use (by a text editor or antivirus)

##报错信息: PS D:\disk\xubo\个人博客文章\27-Vue\资料(含课件)\vuedemo\vueproject> npm i pubsub-js npm ERR! code EPERM npm ERR! syscall open npm ERR! path D:\disk\soft ......
npm antivirus operation operating was

E:[IU] : Failed to open the configuration file! Exiting...

This is outside Qt's scope, the message is not printed by Qt. From the linked discussion it would seem that the message is output by the Intel graphic ......
configuration Exiting Failed open file

jenkins集群 - HTMLreport测试报告

一、安装 HTML Publisher plugin 插件 插件下载地址 二、配置构建后步骤 三、编辑报告执行脚本 四、安装 Startup Trigger 和 Groovy 插件 1、安装原因: Jenkins为了避免受到恶意HTML/JS文件的攻击, 会默认将安全策略CSP设置为:sandbox ......
集群 HTMLreport jenkins 报告

Table flags are 0 in the data dictionary but the flags in file ./ibdata1 are 0x4800!

# 1、问题截图 cat /var/log/mysql/error.log ``` sql 2019-01-28T09:49:57.076019Z 0 [ERROR] [FATAL] InnoDB: Table flags are 0 in the data dictionary but the f ......
flags dictionary are the ibdata1

51.pyinstaller打包后,打开exe程序提示SyntaxError: Non-UTF-8 code starting with '\x90' in file的问题

最后开发了一款小工具,然后确定一切测试没有问题,想通过pyinstaller将其打包成exe,像类似的打包以前也经常打包的,复杂一点的也都是打包成功的,但这里感觉程序很简单,打包居然出现了以下错误。 我的python版本是3.8.9,然后pyinstaller版本是5.9.0,不知道会不会是版本不兼 ......

Centos7 安装Jenkins教程

1.下载Jenkins Jenkins下载地址:http://jenkins-ci.org/ 或 https://mirrors.jenkins-ci.org/redhat/ 2.卸载jenkins 1.卸载旧jenkins rpm -qa | grep jenkins 2.卸载 jenkins r ......
Centos7 Jenkins 教程 Centos

Jenkins 系列1 --- 安装与配置

一、概要 1. 环境 (1) Rocky Linux 9.1 2. 硬件要求 (1) 底线要求 内存:256 MB 硬盘:1 GB (2) 推荐要求 内存:4 GB 硬盘:50 GB 二、安装 1. 依赖 (1) OpenJDK sudo dnf install java-11-openjdk -y ......
Jenkins