Commit 8c41cc0f authored by Marcelo Dalmao's avatar Marcelo Dalmao

Update Jenkinsfile

parent 2f00bdbc
pipeline {
agent any
stages {
stage('Build'){
}
stage(Test){
}
stage(Deploy){
}
}
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment