v1.26.1
- #166 - Add support for "githubPush" declarative pipeline trigger (with help of symbol)
pipeline {
agent any
triggers {
githubPush()
}
stages {
// ...
}
}
pipeline {
agent any
triggers {
githubPush()
}
stages {
// ...
}
}