Skip to content
New issue

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

rejection id: 1 #150

Open
louiekwan opened this issue Jul 22, 2020 · 4 comments
Open

rejection id: 1 #150

louiekwan opened this issue Jul 22, 2020 · 4 comments

Comments

@louiekwan
Copy link

(node:460) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Cannot read property 'value' of null

Any insight, what went wrong?

@louiekwan
Copy link
Author

FYI. It is not the cloud but on-prem Azure DevOps Server
Version Dev17.M153.5

@colindembovsky
Copy link
Owner

Hi @louiekwan - can you set a variable called system.debug with value true and post the logs (redacted of any sensitive info)? That way I can take a look.

@louiekwan
Copy link
Author

Here is the log.

2020-08-27T14:18:24.8964781Z ##[section]Starting: Tag Release
2020-08-27T14:18:24.9121044Z ==============================================================================
2020-08-27T14:18:24.9121044Z Task : Tag Build or Release
2020-08-27T14:18:24.9121044Z Description : Adds tags to a build or release
2020-08-27T14:18:24.9121044Z Version : 0.1.114
2020-08-27T14:18:24.9121044Z Author : Colin Dembovsky (colinsalmcorner.com)
2020-08-27T14:18:24.9121044Z Help : More Information
2020-08-27T14:18:24.9121044Z ==============================================================================
2020-08-27T14:18:26.0527807Z Could not get releaseResourceArea resource area: this may cause the task to fail.
2020-08-27T14:18:26.0527807Z (node:4332) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: tunneling socket could not be established, statusCode=407
2020-08-27T14:18:26.0527807Z ##[section]Finishing: Tag Release

@louiekwan
Copy link
Author

For tagging build, here is the log.

##[debug]Evaluating condition for step: 'Tag Build'
##[debug]Evaluating: succeeded()
##[debug]Evaluating succeeded:
##[debug]=> (Boolean) True
##[debug]Expanded: True
##[debug]Result: True
##[section]Starting: Tag Build

Task : Tag Build or Release
Description : Adds tags to a build or release
Version : 0.1.114
Author : Colin Dembovsky (colinsalmcorner.com)
Help : More Information

##[debug]agent.TempDirectory=d:\agent\TFS_AGENT_work_temp
##[debug]loading inputs and endpoints
##[debug]loading ENDPOINT_AUTH_PARAMETER_SYSTEMVSSCONNECTION_ACCESSTOKEN
##[debug]loading ENDPOINT_AUTH_SCHEME_SYSTEMVSSCONNECTION
##[debug]loading ENDPOINT_AUTH_SYSTEMVSSCONNECTION
##[debug]loading INPUT_TAGS
##[debug]loading INPUT_TYPE
##[debug]loading SECRET_ARTIFACTORYPASSWORD
##[debug]loaded 6
##[debug]Agent.ProxyUrl=undefined
##[debug]Agent.CAInfo=undefined
##[debug]Agent.ClientCert=undefined
##[debug]Agent.SkipCertValidation=undefined
##[debug]Starting Tag Build/Release task
##[debug]System.TeamFoundationCollectionUri=http://abc-efg.apps.ci.ci.ca:8080/efg/abc/
##[debug]Build.ProjectName=undefined
##[debug]System.TeamProject=GCMS
##[debug]type=Build
##[debug]tags=build-2020-08-31
##[debug]Build.BuildId=66475
##[debug]Build ID = 66475
##[debug]Release.ReleaseId=undefined
##[debug]System.AccessToken=ywqfi5dhaerx5mbwxm57c4bgwcvfqvxndgkknv5uczamshuto7aa
##[debug]Detected token: creating bearer cred handler
##[debug]Getting build api client
(node:8728) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: tunneling socket could not be established, statusCode=407
##[section]Finishing: Tag Build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants