Ver código fonte

Added Jenkinsfile

master
devops0776 1 ano atrás
pai
commit
8977c3b792
1 arquivos alterados com 3 adições e 2 exclusões
  1. 3
    2
      Jenkinsfile

+ 3
- 2
Jenkinsfile Ver arquivo

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


Carregando…
Cancelar
Salvar