-1

I have a python script. I need to trigger jenkins job remotely using file parameter. That means I have a file and that file needs to be uploaded to remote Jenkins pipeline job. Please let me know if it will work or not ? Please guide.

wanderors
  • 2,030
  • 5
  • 21
  • 35

1 Answers1

0

you can add a string parameter with your file's path. in addition, you can use "file parameter" as described in Jenkins documentation: here, and referenced in the SO question here

assafp
  • 69
  • 5