Browse Source

Added Jenkinsfile

master
devopsfa39 8 months ago
commit
a3728c5d6b
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      Jenkinsfile

+ 11
- 0
Jenkinsfile View File

@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Hello,test stage'
}
}

}
}

Loading…
Cancel
Save