Sfoglia il codice sorgente

Added Jenkinsfile

master
devops8f4d 8 mesi fa
parent
commit
0ba4efc53f
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5
    2
      Jenkinsfile

+ 5
- 2
Jenkinsfile Vedi File

@@ -1,9 +1,12 @@
pipeline {
agent any
stages {
stage('Test') {
stage('Init') {
steps {
echo 'Hi'
sh '''export PATH=$PATH:/var/jenkins_home


terraform init'''
}
}


Loading…
Annulla
Salva