Browse Source

Added Jenkinsfile

admin 2 years ago
parent
commit
af3b1f57c5
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Jenkinsfile

+ 11 - 0
Jenkinsfile

1
pipeline {
2
  agent any
3
  stages {
4
    stage('error') {
5
      steps {
6
        echo 'Hello World'
7
      }
8
    }
9
10
  }
11
}