How to access Hudson job1 artifacts from another job2?

前端 未结 3 822
再見小時候
再見小時候 2021-01-05 04:10

We have a production job and a nightly job for a project in Hudson. The production job needs to pull off some artifacts from a specific nightly build # (which is provided as

3条回答
  •  星月不相逢
    2021-01-05 04:40

    You can use "Build Environment" configuration tools in the job's configuration page. Tick the Configure M2 Extra Build Steps box and add an Execute Shell which grep things from the desired artifact.

提交回复
热议问题