Browse Source

Added Jenkinsfile

master
devopsde80 4 months ago
parent
commit
17f3f4e427
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Jenkinsfile

+ 1
- 1
Jenkinsfile View File

@@ -1,7 +1,7 @@
pipeline {
agent any
stages {
stage('Test') {
stage('INIT') {
steps {
sh '''export PATH=$PATH:/var/jenkins_home


Loading…
Cancel
Save