Hello, I'm using a sample pipeline with a basic publish job in my github pipeline. I have the following configuration:
One ServiceNow dev instance with Source Control enabled, in which I created my hello world application;
another ServiceNow test instance WITHOUT Source Control enabled, in which my pipeline should be able to deploy the application I created in the dev instance;
a public github repository that can be reached and can reach both ServiceNow instances with all the secrets and all the accounts correctly configured for each instance;
a dedicated user for the pipeline with admin permission on the test instance.
I'm using the ServiceNow/sncicd-publish-app@2.0.1 to deploy my application to test instance. This is the stage:
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
##[debug]steps.sncicd-publish-app.outputs.rollbackVersion='1.0.0'
::set-output name=newVersion::1.0.1
Warning: The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
##[debug]steps.sncicd-publish-app.outputs.newVersion='1.0.1'
Pending
Running: 3%
Error: Unable to upload application
I've already enabled all the debugging messages but the returning error is not clear. I've already checked the secrets and they are used correctly.
Hello, I'm using a sample pipeline with a basic publish job in my github pipeline. I have the following configuration:
I'm using the ServiceNow/sncicd-publish-app@2.0.1 to deploy my application to test instance. This is the stage:
and this is the returning error:
I've already enabled all the debugging messages but the returning error is not clear. I've already checked the secrets and they are used correctly.