You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/23 14:56:18 UTC

[GitHub] [incubator-devlake] abeizn opened a new pull request, #2338: feat: jenkins blueprint normal mode support

abeizn opened a new pull request, #2338:
URL: https://github.com/apache/incubator-devlake/pull/2338

   # Summary
   jenkins blueprint normal mode support implementation
   
   ### Does this close any open issues?
   Part of https://github.com/apache/incubator-devlake/issues/1982
   
   POST http://localhost:8080/blueprints
   `{
     "name": "test blueprint normal",
     "mode": "NORMAL",
     "settings": {
       "version": "1.0.0",
       "connections": [
         {
           "plugin": "jenkins",
           "connectionId": 1,
           "scope": [
             {
               "options": {},
               "entities": [
                 "CICD"
               ]
             }
           ]
         }
       ]
     },
     "isManual": true
   }`
   
   Response:
   `{
       "name": "test blueprint normal",
       "mode": "NORMAL",
       "plan": [
           [
               {
                   "plugin": "jenkins",
                   "subtasks": [
                       "collectApiJobs",
                       "extractApiJobs",
                       "collectApiBuilds",
                       "extractApiBuilds",
                       "convertJobs",
                       "convertBuilds"
                   ],
                   "options": {
                       "connectionId": 1
                   }
               }
           ]
       ],
       "enable": false,
       "cronConfig": "",
       "isManual": true,
       "settings": {
           "version": "1.0.0",
           "connections": [
               {
                   "plugin": "jenkins",
                   "connectionId": 1,
                   "scope": [
                       {
                           "options": {},
                           "entities": [
                               "CICD"
                           ]
                       }
                   ]
               }
           ]
       },
       "id": 1,
       "createdAt": "2022-06-23T22:48:38.445+08:00",
       "updatedAt": "2022-06-23T22:48:38.445+08:00"
   }`
   
   ### Screenshots
   Include any relevant screenshots here.
   
   ### Other Information
   Any other information that is important to this PR.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] abeizn merged pull request #2338: feat: jenkins blueprint normal mode support

Posted by GitBox <gi...@apache.org>.
abeizn merged PR #2338:
URL: https://github.com/apache/incubator-devlake/pull/2338


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org