Skip to content

Commit

Permalink
Create webhookDockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoSanchez00 authored Dec 27, 2024
1 parent acd3f5c commit 9434346
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions jenkins/webhookDockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pipeline {
agent any
triggers {
pollSCM('')
}
stages {
stage('Build') {
when {
changeset "**/src/**"
}
steps {
echo "Solo construyo si hay cambios en mi carpeta"

}
}
}
}

0 comments on commit 9434346

Please sign in to comment.