Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
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.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.