Z Papkov
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Edited New Build Step: PowerShell Script file failed to see folder which include my ps1 file
AnsweredNew Build Step: PowerShell Script file failed to see folder which include my ps1 file -
Created Set-Content : Cannot process command because of one or more missing mandatory parameters: Value.
Answeredi want create txt file and append text in build step Set-Content "C:\TeamCity\buildAgent\work\9cd75eac43fe77f2\RecoverAirPro\Release\Error_Recovery_Compile.txt -Value Error: Actual CRC is not ... -
Created Failed to collect changes
another branche from same repo is ok : feature/APS-75-implement-channel-state-machine-e but master is not ? Failed to collect changes, error: List remote refs failed: javax.net.ssl.SSLHandshakeE... -
Created in for /f trying save result to var in build step var z printing empty
@echo offfor /f "tokens=9,10 delims=; " %%%%s in ('findstr ".crcSection" C:\TeamCity\buildAgent\work\56959e35e309dd04\Sources\FW\PCD_912\LPCxpresso\App\Release\crcdef.h') do (ECHO %%%%sSET z=%%%%s~... -
Edited in for /f trying save result to var in build step
@echo offfor /f "tokens=9,10 delims=; " %%%%s in ('findstr ".crcSection" C:\TeamCity\buildAgent\work\56959e35e309dd04\Sources\FW\PCD_912\LPCxpresso\App\Release\crcdef.h') do (set z=%%%%secho !z! ) ...