Hi,

This is my docker agent declaration

  agent {

      docker {

          image "*xxx*/*yyyy*-build:1.0.0"

          *args* "--*entrypoint* /*usr*/bin/*mongod*"

      }

  } 


However, docker pipeline ignores it. Here is the command from log


$ docker run -t -d -u 29307:1002 --entrypoint /usr/bin/mongod -i ..... 
--entrypoint cat xxx/yyy-build:1.0.0 


Is there a workaround for this?  If not, is it reasonable to file a feature 
request?


Thanks


-D

-- 
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/c2ad2faf-08b2-479b-ab06-c5b6c4ff8270%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to