The script is waiting for the termination of a process run with pythonw or the start /b option.
Is there a separate option or other way to make the Script not wait?
pythonw -c "import time; time.sleep(2); print('hello bamboo')"
19-Oct-2023 11:05:47 D:\workspace\A-WRT-JOB1>pythonw -c "import time; time.sleep(2); print('hello bamboo')"
19-Oct-2023 11:05:49 hello bamboo
19-Oct-2023 11:05:49 Finished task 'Script' with result: Success
19-Oct-2023 11:05:49 Running post build plugin 'Docker Container Cleanup'
19-Oct-2023 11:05:49 Running post build plugin 'NCover Results Collector'
19-Oct-2023 11:05:49 Running post build plugin 'Artifactory Release Management Staging'
19-Oct-2023 11:05:49 Running post build plugin 'Artifactory Build Info Copier'
19-Oct-2023 11:05:49 Running post build plugin 'Artifactory Gradle Properties Info Copier'
19-Oct-2023 11:05:49 Running post build plugin 'Clover Results Collector'
19-Oct-2023 11:05:49 Running post build plugin 'npm Cache Cleanup'
19-Oct-2023 11:05:49 Running post build plugin 'Artifact Copier'
19-Oct-2023 11:05:49 Finalising the build...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.