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

Job arguments get appended on each execution #874

Open
mindscratch opened this issue Jun 18, 2018 · 0 comments
Open

Job arguments get appended on each execution #874

mindscratch opened this issue Jun 18, 2018 · 0 comments

Comments

@mindscratch
Copy link
Contributor

A docker based job that has a command and arguments defined has its arguments field appended to each time the job runs. For example:

{
  "name": "hello",
  "container": {
    "type": "DOCKER",
    "image": "myimage"
    },
    "command": "/myapp",
    "arguments": ["--foo --bar"]
}

After the first run, if you look at the job configuration the arguments are now:

"arguments": ["--foo --bar", "--foo --bar"]

Each execution appends the arguments again and again.

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

1 participant