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
We are running into
very often.
I tried to overcome this by adding a STARTUP_TIMEOUT to the put steps params, but it seems to have no effect.
STARTUP_TIMEOUT
- put: artifactory-docker-image params: load_tag: ((.:version-from-file)) load_file: master-branch/build/image.tar load_repository: ((artifact_image_path))/((artifact_id)) tag_file: version/version tag_as_latest: true STARTUP_TIMEOUT: 180 get_params: skip_download: true
If the setting being ignored is not a bug, how can this timeout be configured?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are running into
very often.
I tried to overcome this by adding a
STARTUP_TIMEOUT
to the put steps params, but it seems to have no effect.If the setting being ignored is not a bug, how can this timeout be configured?
The text was updated successfully, but these errors were encountered: