Browse Source

Added Jenkinsfile

master
devops8f4d 8 months ago
parent
commit
0ba4efc53f
1 changed files with 5 additions and 2 deletions
  1. 5
    2
      Jenkinsfile

+ 5
- 2
Jenkinsfile View File

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


terraform init'''
} }
} }



Loading…
Cancel
Save