Toggle navigation
Toggle navigation
This project
Loading...
Sign in
André Silva Paulino
/
CICD-teste
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
André Silva Paulino
2023-03-05 12:25:28 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
546ced66eab9c6bdbf180eb040be198473751dd6
546ced66
1 parent
3701ec1f
Adicionando mais um estágio no pipeline
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
jenkins/jenkinsfile
jenkins/jenkinsfile
View file @
546ced6
...
...
@@ -6,7 +6,13 @@ pipeline {
echo 'Olá, este é um exemplo de um Jenkinsfile!'
}
}
stage('Escrever') {
steps {
script {
def mensagem = 'O Jenkins é incrível!'
writeFile file: 'mensagem.txt', text: mensagem
}
}
}
}
}
...
...
Please
register
or
login
to post a comment