Browse Source

Added Jenkinsfile

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

+ 1
- 1
Jenkinsfile View File

pipeline { pipeline {
agent any agent any
stages { stages {
stage('Test') {
stage('INIT') {
steps { steps {
sh '''export PATH=$PATH:/var/jenkins_home sh '''export PATH=$PATH:/var/jenkins_home



Loading…
Cancel
Save