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:23:24 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d0c7e4613d9f839f23f7ca18aaf1026a2ed06a0c
d0c7e461
1 parent
546ced66
Delete jenkinsfile
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
jenkins/jenkinsfile
jenkins/jenkinsfile
deleted
100644 → 0
View file @
546ced6
pipeline {
agent any
stages {
stage('Echo') {
steps {
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