Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support build parameters #13

Closed
kohsuke opened this issue Mar 21, 2018 · 2 comments
Closed

Support build parameters #13

kohsuke opened this issue Mar 21, 2018 · 2 comments

Comments

@kohsuke
Copy link
Member

kohsuke commented Mar 21, 2018

No description provided.

@ndeloof
Copy link
Contributor

ndeloof commented Apr 17, 2018

I suggest we move to an option based CLI (-x value) so we gain more flexibility on usage

jenkinsfile-runner 
-w (--workdir) : working directory, default to "." 
-f (--file) : Jenkinsfile script, default to "Jenkinsfile
-p (--plugins) : plugins directory, default to $j/plugins
-j (--jenkins) : path to jenkins.war or exploded jenkins.war directory 
-c (--configuration) : path to a configuration-as-code file, default to $w/jenkins.yaml 
-a (--args) : build arguments

etc

@oleg-nenashev
Copy link
Member

#26 was released in 1.0-beta-7 . I believe it resolves this feature request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants