Update Jenkinsfile
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good
All checks were successful
portal-app/portal-app/pipeline/head This commit looks good
This commit is contained in:
parent
7a2c2f9d35
commit
91f07fdef4
1 changed files with 0 additions and 15 deletions
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue