Browse Source

Added Jenkinsfile

master
devops0776 1 year ago
parent
commit
8977c3b792
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile View File

pipeline { pipeline {
agent any agent any
stages { stages {
stage('Test') {
stage('Init') {
steps { steps {
echo 'This is a Test step.'
sh '''export PATH=$PATH:/var/jenkins_home
terraform init'''
} }
} }



Loading…
Cancel
Save