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

Update Jenkinsfile

parent 2f00bdbc
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Build'){ stage('Hello') {
} steps {
stage(Test){ echo 'Hello World'
} }
stage(Deploy){ }
} }
}
} }
\ 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