| Hi Martin Henschke, 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. |