問題タブ [jenkins-job-builder]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rest - REST API を使用して Jenkins ジョブをリモートで作成する
ジョブをリモートで作成できません (REST API + Postman)。
役職:
http://localhost:8080/createItem?name=NEWJOB
また
http://localhost:8080/job/NEWJOB/build
常に403エラーが発生します(GETメソッドは機能します)。
ここで、 POST 用の config.xml を作成する必要があることがわかります。
https://issues.jenkins-ci.org/browse/JENKINS-9410?focusedCommentId=204821&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-204821
この構成の作成方法がわかりませんか? この設定は必要ですか? ジェンキンスジョブをリモートで作成するには?
jenkins - エンタープライズ リポジトリのクローン
jenkins ジョブ ビルダーを使用して、プライベート github エンタープライズ リポジトリのクローンを作成しようとしています。jenkins がディレクトリを複製できるように、github ユーザーのユーザー名/パスワードまたは API トークンを提供するにはどうすればよいですか?
これらすべてを ansible プレイブックで行うため、手動で git 認証情報をジェンキンスに追加することはできません