This commit is contained in:
Marco Santos
2024-09-27 20:00:37 +01:00
parent f422db2d7c
commit 85d4c90aeb

3
Jenkinsfile vendored
View File

@@ -1,9 +1,6 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('Checkout') {
checkout scm
}
stage('Build') { stage('Build') {
steps { steps {
echo 'Construindo o projeto...' echo 'Construindo o projeto...'