娜尼的妮妮

导航

2021年8月10日 #

Kubernetes 基本命令

摘要: kubectl get nodes # 查看当前master连接的可用nodes数 kubectl create deployment kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 #基于远程的ima 阅读全文

posted @ 2021-08-10 12:34 娜尼的妮妮 阅读(46) 评论(0) 推荐(0) 编辑

2021年8月9日 #

Github 上25个python学习资源(转)

摘要: 根据2020年StackOverflow开发者调查报告,Python是世界上最受欢迎的语言之一,排名仅次于Rust和TypeScript。更令人惊讶的是,Python是开发人员最想尝试的语言。如果你是一位使用Python的开发人员,而且希望提高自己的技术水平,或者你想学习Python,那么你可来对地 阅读全文

posted @ 2021-08-09 12:51 娜尼的妮妮 阅读(176) 评论(0) 推荐(0) 编辑

2021年8月6日 #

SCM&Devops 思维导图

摘要: 呕心原创 几乎涵盖SCM integration的所有细节。 Auto Depolyment 方面,涉及自动化运维,这块我处于自学中,工作使用的机会比较少。后期比较倾向于往这块学习发展。 阅读全文

posted @ 2021-08-06 11:00 娜尼的妮妮 阅读(105) 评论(0) 推荐(0) 编辑

2021年8月5日 #

Android项目Integration 落地具体pipeline step

摘要: 阅读全文

posted @ 2021-08-05 23:35 娜尼的妮妮 阅读(36) 评论(0) 推荐(0) 编辑

Jenkins 有用的插件记录

摘要: Schedule Build Plugin (schedule-build): 0.5.1 Bitbucket Branch Source Plugin (cloudbees-bitbucket-branch-source): 2.4.4 jQuery plugin (jquery): 1.12.4 阅读全文

posted @ 2021-08-05 23:24 娜尼的妮妮 阅读(423) 评论(0) 推荐(0) 编辑

k8s + jenkins + docker +cloudnative devops workflow

摘要: 阅读全文

posted @ 2021-08-05 23:20 娜尼的妮妮 阅读(61) 评论(0) 推荐(0) 编辑

Jenkins groovy 有用的开源库

摘要: https://github.com/cloudbees/jenkins-scripts https://github.com/jenkinsci/jenkins-scripts/tree/master/scriptler https://github.com/tkrzeminski/jenkins 阅读全文

posted @ 2021-08-05 18:22 娜尼的妮妮 阅读(75) 评论(0) 推荐(0) 编辑

Jenkins shared libary 使用

摘要: jenkins pipeline 到后期高阶玩法是开发使用sharedlibary, 不同job 可以复用方法变量。 本文记录sharedlibary的配置及入门用法 参考文献https://www.lambdatest.com/blog/use-jenkins-shared-libraries-i 阅读全文

posted @ 2021-08-05 18:19 娜尼的妮妮 阅读(122) 评论(0) 推荐(0) 编辑

2021年8月3日 #

Gerrit 常用命令行

摘要: 查看gerrit 当前连接数 ssh -p 29418 user@androidhost gerrit show-connections 查看gerrit当前排队数 ssh -p 29418 user@androidhost gerrit show-queue 查看user在某个project中能看 阅读全文

posted @ 2021-08-03 10:44 娜尼的妮妮 阅读(712) 评论(0) 推荐(0) 编辑

2021年7月30日 #

Jenkins groovy 修改build 结果为success或者failed

摘要: 有时候遇到jenkins 的build result并不是真正想要的状态,比如check是否有代码更新,如果没有代码更新,build result为failed,但是其实并没有编译,failed状态会造成误解。想要把failed强制改成success。可以使用Groovy强制修改状态。 使用Groo 阅读全文

posted @ 2021-07-30 18:17 娜尼的妮妮 阅读(763) 评论(0) 推荐(0) 编辑