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 13:58:13 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f49ab00ca3148bf4ade37d08a4a395fd294b6f2e
f49ab00c
1 parent
c955c743
Adicionando mais um estágio no pipeline
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
jenkins/Jenkinsfile
jenkins/Jenkinsfile
View file @
f49ab00
...
...
@@ -4,7 +4,7 @@ pipeline {
stage('Build') {
steps {
script {
sh
echo "teste de build"
echo "teste de build"
}
}
...
...
@@ -12,7 +12,7 @@ pipeline {
stage('Test') {
steps {
script {
sh
echo "teste de test"
echo "teste de test"
}
}
...
...
@@ -21,10 +21,10 @@ pipeline {
stage('Deploy') {
steps {
script {
sh
echo "teste de deploy"
echo "teste de deploy"
}
}
}
}
}
}
...
...
Please
register
or
login
to post a comment