pipelineJob('Automation/Eisen/notification') { definition { cpsScm { scm { git { remote { url("${JENKINS_GIT_REPOSITORY_URL}/Eisen/OS.git") credentials("${JENKINS_GIT_CREDENTIALS_HTTP}") } branch('master') } } scriptPath('Notifications') } } properties { pipelineTriggers { triggers { GenericTrigger { allowSeveralTriggersPerBuild(false) token('Automation/Eisen/notification') genericVariables { genericVariable{ expressionType('JSONPath') regexpFilterText('') regexpFilterExpression('') key('jsonEvent') value('\$') } } } } } } }