Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
dev:git:sonar:pipetrigger [2022/05/09 12:06] – [Configuration] mbdev:git:sonar:pipetrigger [2022/05/09 12:22] (current) – [Usage] mb
Line 7: Line 7:
 {{ :dev:git:sonar:trigger_configuration.png?direct&600 |}} {{ :dev:git:sonar:trigger_configuration.png?direct&600 |}}
 ===== Usage ===== ===== Usage =====
-As mentioned, triggers can be sent via command-line (curl) as well as with postman. Postman serves a better overview of variables and authentication.  +As mentioned, triggers can be sent via command-line (curl) as well as with postman. Postman serves a better overview of variables and authentication. For authentication the created token is used.   
 +It is also possible to send variables to start specific jobs, even $CI variables can be overwritten, at least for usage within the pipeline. E.g.: the variable CI_COMMIT_MESSAGE is used to start a job and can be set to the necessary value to perform a job.    
 {{ :dev:git:sonar:trigger_usage_postman.png?direct&600 |}} {{ :dev:git:sonar:trigger_usage_postman.png?direct&600 |}}