使用npm 包nestor 触发jenkins job, 达到命令行管理Jenkins功能。

1. install nestor : npm install -g nestor

2. set JENKINS_URL:  

(*nix)

export JENKINS_URL=http://user:pass@host:port/path

(Windows)

set JENKINS_URL=http://user:pass@host:port/path

3. run your job -- for example

  nestor build testjob

 

相关文章:

  • 2021-04-06
  • 2022-12-23
  • 2022-12-23
  • 2018-11-27
  • 2022-01-05
  • 2021-06-24
  • 2021-07-26
  • 2021-09-06
猜你喜欢
  • 2021-09-29
  • 2021-11-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
相关资源
相似解决方案