So I got few separated jobs in Jenkins. The first one gets the project from a Git repository, builds it and produces artifacts. And another one has to copy certificates from the first job and publish them to Artifactory (tried to make it using the Artifactory plugin). But the thing is that the Artifactory plugin's available only in the Build job, there's nothing like "Generic-Artifactory integration" in second job's configuration. Does anyone know what are the requirements for making the plugin work in the Publish job?
1293 次
2 に答える
1
Artifactory REST APIを利用する小さなシェル スクリプトを記述し、それをビルド以外の 2 番目のジョブで実行できます。
于 2013-02-25T09:21:43.960 に答える