I would like to get a drop-down menu or prompt when I run a build with a build dependency, to choose an older build to use in that dependency. Is there a way to achieve that?
In TeamCity is there a way to get a dropdown menu prompt when building to choose a build dependency?
496 Views Asked by Shinico At
1
There are 1 best solutions below
Related Questions in CONTINUOUS-INTEGRATION
- Cannot connect to Postgres Database when running Quarkus Tests with Gitlab ci
- Android SafeArgs gives error with GitHub actions
- Display coverage report on browser
- How to set variables across several Earthfiles with earthly for continuous integration
- Getting " Unauthorized Access" error in Git Actions(CI) when trying to run Fastlane(CD)
- Cost saving recommendations and best practices for Azure
- NodeJS application deployment on Digital Ocean using Github Actions
- Getting CI/CD error on biulding step in React Azure Pipeline
- gitlab ci: 'compose' is not a docker command
- I'm in Playwright, how do I run specific test cases by tag in (CI) execution
- Incorrect java version on Jenkins agent
- Azure YAML Pipeline schedule to run on the last Sunday of the month at 4 AM
- how to provide custom variables in gitlab api?
- How to build an artifact from a given branch in azure pipelines?
- CI testing with platformio with one build
Related Questions in TEAMCITY
- How do I delete unused VCS roots with REST API?
- Why is "Extract template" not showing on a TeamCity 11 build configuration?
- Restore Teamcity
- Team City Build configurations/ Build Steps using vscode
- How to resolve a "Kotlin: Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:" error?
- Error in while performing Angular tests on TeamCity
- Unable to complete new 'Cloud Profile' setup in TeamCity using Azure Resource Manager Cloud Support plugin
- JetBrains TeamCity: Agent Executor Mode
- email notification templates changes reverting after the upgrade of Teamcity server
- Why does the TeamCity agent initially perform 1 build
- Errors when launching a build on TeamCity
- How to integrate multiple jacocoReport in teamcity?
- Custom parameter with file browser in TeamCity runner
- Upload fails with no description
- Gitversion "could not load ssl libraries" error on TeamCity with normalization enabled
Related Questions in BUILDING
- Manage 3rd party libraries installation C++
- How to configure Maven local calling Sonar server?
- How to install Git when you're not an admin?
- What is the best way to check if I have a 32-bit or a 64-bit Linux?
- make - remove intermediate files silently
- WebRTC not building for Windows too
- AOSP lunch wrong target
- Building with multiple versions of the same dependency
- Creating both static and shared C++ libraries
- Pyquery invalidates html code
- building boost locale library on Windows
- BACNet plugin for Building Management System
- When running check on an R package, what does the "use ‘--force’ to remove the existing ‘INDEX’" message mean?
- Copy jar to output folder when compiling/building project in Java
- Building time takes forever
Related Questions in TEAMCITY-9.0
- How to fetch the branch and the build number directly from TeamCity?
- How to substitute environment variable in TeamCity docker compose build?
- TeamCity VCS issue
- How to change the branch being built in TeamCity
- TeamCity - Configure SSH exit code failure conditions
- Teamcity execute on 1 of 2 conditions being true
- Trigger TeamCity build with build parameters in HTTP URI
- Notify user who run the build (if its broke) Teamcity
- In TeamCity is there a way to get a dropdown menu prompt when building to choose a build dependency?
- How to restore the deleted projects from teamcity
- How to run all the builds in a row in the Teamcity project with the same checkout branch
- Teamcity - How to set credentials for package source
- How to show messages with reason for skipped tests in teamcity?
- How to repoint TeamCity to a different MsBuild
- How can I do git rebase and push to remote branch from teamcity agent using commandline
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you click the ... button next to the Run / Deploy button a popup will appear. Under the dependencies tab you can select an older dependency. This won't cause a prompt to appear when you click the standard Run / Deploy button, but it will allow you select an older dependency as a one off.