首页
归档
日志
相册
友链
1
使用 docker 搭建 gitlab
2
git出现文件夹后面跟@+数字
3
prometheus格式化告警数值
4
Prometheus-Operator监控kube-controller-manager失败
5
内存卡等级划分
seafog
累计撰写
98
篇文章
累计创建
67
个标签
累计收到
13
条评论
导航
首页
归档
日志
相册
友链
目录
搜索
标签搜索
Git
Kube-controller-manager
Proxy
Ploxy
Helm
Windows
Chrome
NetworkPolicy
ENTRYPOINT
Vim
RockyLinux
RabbitMQ
MongoDB
Jenkins
Fail2ban
CentOS
Ubuntu
Resource Quotas
Pod
Filebeat
Controller Manager
Network
Volume
Node mechine
Namespace
LimitRange
Resource QoS
Deployment
ReplicaSet
Replication Controller
Logstash
Elasticsearch
ARP
Pipreqs
Nginx-module-vts
asyncio
TLS
Http2.0
Brotli
Debian
Alpine
ColdKnowledge
TCP/IP
Bash
Flannel
ELK
PHP-FPM
Prometheus
Ingress
Charles
Stream
Redis
Wireshark
Selenium
Etcd
PowerShell
WindowsServer
Supervisor
Linux
MySQL
Python
Yaml
Nginx
AdslProxy
Gitlab
Kubernetes
Docker
标签
Jenkins
jenkins pipeline 报 unexpected char: '\' 错误
7 个月前
244
0
0
48.4℃
Serveices
问题:在写jenkins pipeline script的时候,如果字符里面有\字符,比如这样:pipeline { agent any stages { stage('Check virtualenv') { steps { sh """ rm -r /mnt/x/some/director
Jenkins利用if和when进行阶段构建
7 个月前
231
0
0
47.1℃
Serveices
Stages 阶段(if)一般来说,当我们使用脚本步骤时,可以用声明式的语法来使用Groovy的条件式。例如,如果我们只想在某个布尔参数RELEASE被设置时发生释放,我们可以这样编码pipeline { agent any parameters { booleanParam(name: "RELEASE", defaultValue: false)
弹