remove email
This commit is contained in:
parent
4bc35d8e50
commit
4ffbb2b1ac
1 changed files with 0 additions and 2 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -1,7 +1,5 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent none
|
agent none
|
||||||
// Scan for SCM changes at 10-minute intervals
|
|
||||||
triggers { pollSCM(*/10 * * * *) }
|
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Reference in a new issue