Update Jenkinsfile
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -14,12 +14,15 @@ properties([
|
||||
])
|
||||
])
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
node {
|
||||
stage('Checkout') {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('test') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user