We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jenkins and plugins versions report:
Version: 1.1.25
rhel8.3
write a pipeline as such:
stages { stage('receive Message') { steps { script { def msgContent = waitForCIMessage providerName: params.PROVIDERNAME, selector: params.MESSAGESELECTOR, timeout: 300 } } } }
Run it (i.e build with parameters)
Expected result: The job should wait for 300 minutes... or until a message arrives the queue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version report
Jenkins and plugins versions report:
rhel8.3
Reproduction steps
write a pipeline as such:
stages {
stage('receive Message') {
steps {
script {
def msgContent = waitForCIMessage
providerName: params.PROVIDERNAME,
selector: params.MESSAGESELECTOR, timeout: 300
}
}
}
}
Run it (i.e build with parameters)
Results
Expected result:
The job should wait for 300 minutes... or until a message arrives the queue
The text was updated successfully, but these errors were encountered: