Skip to content

v1.26.1

Compare
Choose a tag to compare
@lanwen lanwen released this 26 Feb 14:07
· 286 commits to master since this release
  • #166 - Add support for "githubPush" declarative pipeline trigger (with help of symbol)
pipeline {
    agent any
    triggers {
        githubPush()
    }

    stages {
         // ...
    }
}