Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Tool for automatically create jenkins task and upload output zip file to redmine.
自动触发jenkins系统打包并搜集生成到artifactory的包,告别手工操作。
$ npm install -g jkpack
$ jkpack -h
注意:pack工具的使用时机是完成开发、提交代码并且已经成功merge之后。
参数说明:
name
:jenkins job名称,必填的
password
:OA账号的密码,如果不需要自动提交到redmine测试单,可以不填
issueId
:redmine测试单id,如果不需要自动提交到redmine测试单,可以不填
message
:提交到redmine的说明,如果填写[gitlog]
则自动从git提交记录获取最新commit提交
$ jkpack -n node
$ jkpack -n node -i 474193 -p [Your OA password] -m test
如果觉得参数复杂也可以将参数写到名为.jkpack.json
的配置文件中,存放在项目根目录即可:
.jkpack.json
配置示例:
{
"name": "node",
"issueId": 474193,
"password": "[Your redmine password]",
"message": "[gitlog]"
}
password
这一项不推荐写到配置里,运行jkpack
命令时输入即可。
MIT.
FAQs
Tool for automatically create jenkins task and upload output zip file to redmine.
The npm package jkpack receives a total of 1 weekly downloads. As such, jkpack popularity was classified as not popular.
We found that jkpack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.