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