Jenkins
This commit is contained in:
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@@ -1,14 +1,15 @@
|
||||
pipeline {
|
||||
agent {
|
||||
dockerfile {
|
||||
filename 'Dockerfile' // Nome do Dockerfile (se for diferente, modifique aqui)
|
||||
}
|
||||
}
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Construindo o projeto...'
|
||||
}
|
||||
}
|
||||
stage('Deploys') {
|
||||
steps {
|
||||
echo 'DEploy o projeto...'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user