1 Star 0 Fork 35

wangjiabin/jenkins4python

forked from kevin_gao71/jenkins4python 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
example.py 144 Bytes
一键复制 编辑 原始数据 按行查看 历史
kevin_gao71 提交于 2024-10-12 09:00 . 增加代码
def login(username, password):
if username == "test_user" and password == "password123":
return True
else:
return False
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/W_jb/jenkins4python.git
[email protected]:W_jb/jenkins4python.git
W_jb
jenkins4python
jenkins4python
master

搜索帮助