Many of the Jenkinsfile examples that I see have people declaring the github
repository itself:

    def projectRepoURL = '[hidden email]:[some_user]/jenkins-test.git'

It seems to me that this value should be inherently available. I'm working
with a python script in which I pass in a full url like this:

    docker_deploy.py
https://github.com/[repository]/[project_name]/tree/[branch]

I'm trying not to have the repo url be defined in each one of these files to
keep them generic. Is that possible?





--
Sent from: http://jenkins-ci.361315.n4.nabble.com/Jenkins-users-f361316.html

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1505742844400-0.post%40n4.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to