Hello,
I want to set the status in my declarative pipeline to success if the input step is aborted OR reached it's timeout.
steps {
timeout(time: 30, unit: 'MINUTES') {
input(id: 'userInput', message: 'Promote build?')
}
}
If I don't promote the build or it expires 30 minutes of timeout, I assume the pipeline
succeeded.
I tried the input step documentation (
https://jenkins.io/doc/pipeline/steps/pipeline-input-step/), but it is very confusing.
Tks,
Thiago
-
"Esta mensagem do SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS (SERPRO), empresa pública federal regida pelo disposto na Lei Federal nº 5.615, é enviada exclusivamente a seu destinatário e pode conter informações confidenciais, protegidas por sigilo profissional. Sua utilização desautorizada é ilegal e sujeita o infrator às penas da lei. Se você a recebeu indevidamente, queira, por gentileza, reenviá-la ao emitente, esclarecendo o equívoco."
"This message from SERVIÇO FEDERAL DE PROCESSAMENTO DE DADOS (SERPRO) -- a government company established under Brazilian law (5.615/70) -- is directed exclusively to its addressee and may contain confidential data, protected under professional secrecy rules. Its unauthorized use is illegal and may subject the transgressor to the law's penalties. If you're not the addressee, please send it back, elucidating the failure."