Update Jenkinsfile
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good

This commit is contained in:
rayankonecny 2025-03-25 07:59:04 -03:00
parent 7a2c2f9d35
commit 91f07fdef4

15
Jenkinsfile vendored
View file

@ -1,21 +1,6 @@
pipeline {
agent any
triggers {
GenericTrigger(
genericVariables: [
[key: 'action', value: '$.action'],
[key: 'merged', value: '$.pull_request.merged']
],
causeString: 'Pipeline disparado por merge de PR no Forgejo',
printContributedVariables: true,
printPostContent: true,
regexpFilterText: '$action $merged',
regexpFilterExpression: 'closed true'
)
}
environment {
DEPLOY_USER = "jenkins"
DEPLOY_SERVER = "192.168.1.81"