I am triggering builds with string parameters from the command line in Jenkins with:
curl http://jenkins:8080/job/Build/buildWithParameters?PARAM=value&token=token
I now want to trigger a build with a file as a file parameter from the command line.
For example if my project builds main.c then I would like to be able to trigger a build and upload my main.c from the command line.
Is this possible?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…