Python Runner and s- Configuration Parameter
I have added a Python Runner build step to a build configuration. When I do that, I need to specify a parameter value for a configuration parameter called "s-", otherwise no Agent can build. What should I enter there, I don't find any documentation.
Please sign in to leave a comment.
Hi,
Could you please clarify what is the "s-" configuration parameter? And why agents cannot run builds?
Alina, that was my question: someone clarify the "s-" configuration parameter for me. The agent cannot build until your build configuration sets a value for this parameter. It's easy to reproduce. Create a build configration that uses the Python Runner in a Build Step with an inline python script. Save and look at the Paramters of that Build Configuration.
Hi,
Do you have %s-% in your python script? If yes, then it is considered as build parameter. For more details please read about build configuration parameters.
If this is not the case then please attach a screenshot of the build step.