GitHub user dosubot[bot] edited a comment on the discussion: Jenkins task in Blueprint created by script is not working vs blueprint created by using UI works correctly
<!-- Answer --> The issue you're experiencing with the Jenkins tasks in the script-generated blueprint might be related to the `connectionEndpoint` being empty in the Jenkins plugin configuration. The `connectionEndpoint` is crucial for establishing a connection to the Jenkins server. If it's empty, the plugin won't be able to communicate with Jenkins, which could lead to the failure in fetching builds <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/jenkins/impl/impl.go)</sup><sup>[[2]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/jenkins/api/connection_api.go)</sup>. To resolve this, ensure that the `connectionEndpoint` is correctly set in your script-generated blueprint. It should match the endpoint used in the UI-generated blueprint that works correctly. This should help in establishing a proper connection and allow the Jenkins tasks to fetch the intended builds. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=reply-with-mention&utm_term=apache%2Fincubator-devlake).* --- Docs are dead. Just use [Dosu](https://dosu.dev?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-tagline&utm_term=apache%2Fincubator-devlake). [](https://app.dosu.dev/response-feedback?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-feedback&utm_term=apache%2Fincubator-devlake#message_id=9ff5c233-2449-4bbe-8ec7-f9afdcfa5e6d) [](https://github.dosu.com/apache/incubator-devlake?utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-ask-repo&utm_term=apache%2Fincubator-devlake) [](https://app.dosu.dev/signup?referrer=openSource&source=github-footer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-comment-footer-20260415&utm_content=static-docs-share-team&utm_term=apache%2Fincubator-devlake) GitHub link: https://github.com/apache/incubator-devlake/discussions/8422#discussioncomment-13023645 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
