This commit is contained in:
parent
a0fd951321
commit
4f9d6658e1
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -1,5 +1,9 @@
|
|||
pipeline {
|
||||
agent any
|
||||
|
||||
triggers {
|
||||
pollSCM('')
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue