Jenkins setup:
Hello,
I am currently working on a school project where I want to automate TIA Portal project tests using Jenkins.
To set this up, I followed the tutorial from Automate Friendly on YouTube about integrating TIA Portal Project Server with Jenkins. Tutorial video
However, I am running into an issue where the revisionId parameter remains empty when the Jenkins job calls my batch script.
Because the revisionId variable is empty, the Siemens ProjectServerExportConsole fails to export the project and the build ends with an error.
“set revisionId= REVISIONID must be an integer greater than zero The system cannot find the file specified.”
Everything in my setup matches the tutorial, so I am not sure why the parameter is not being passed into the batch file.
Has anyone seen this issue before, or knows what might cause a Jenkins parameter or script argument to come through as empty?
Any help or suggestions would be greatly appreciated, as this is an important part of my internship project.
Thank you!
Ivan
