Hi mhenschke_atlassian, thanks for looking into this!
Here is some more information about the Jenkins master node:
os.arch |
x86 |
os.name |
Windows Server 2016 |
os.version |
10.0 |
Attached is the list of installed plugins (installed plugins.txt)
The slave node has the following specs:
os.arch |
x86 |
os.name |
Windows 10 |
os.version |
10.0 |
The way I reproduced this was
- Setup a test job on the master, this test job was a declarative pipeline
- Build triggers: Bitbucket server trigger build after push
- Pipeline: Pipeline script from SCM
- SCM: Bitbucket server
- Pointed to project name and repo on Bitbucket
- Clone from: primary server
- Branches to build **
After a successful build, I disabled the project and wished to delete but could not, because of the error above.
Thanks for helping, please let me know if there is more information you need.
Hi Sean,
The issue seems to be that the webhook log at `C:\Jenkins\jobs\FW-TestJob-01\bitbucket-webhook-trigger.log` is read-only. Changing the permissions (or deleting this file manually) should resolve the issue in this instance.
I wasn't able to replicate this issue locally. Are you able to provide steps to reproduce, and some more information about your environment (operating system, other plugins etc.)?