build por tag

master
Fabio Faria 2023-03-27 09:41:13 -03:00
parent 8379aa5b1b
commit 4dd8c950d9
1 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ def archiveFile(arquivo) {
//======================================================================================================
pipeline {
agent any
agent any
tools {
maven 'mvn_3.6.0'
jdk 'JDK8.202'
@ -223,7 +223,7 @@ pipeline {
}
}
}
post {
success {
script {
@ -281,7 +281,7 @@ pipeline {
step([$class: 'JiraIssueUpdateBuilder', comment: '', jqlSearch: "issue = ${TICKET}", workflowActionName: 'RESOLVIDO'])
}
} else {
echo 'Ticket não encontrado'
echo 'Ticket não encontrado'
}
archiveFile("target/ventaboletosadm.war")