teste2
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -1,9 +1,6 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
checkout scm
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Construindo o projeto...'
|
||||
|
||||
Reference in New Issue
Block a user