Hi,

"shell" is a job key, which means it must be used inside a job definition:

  "jobs" :
  {
    "shell" : {
      "shell" : {
        "command" : "echo foo"
      }
    },

    "build" : {
      "extend" : ["shell"]
    }
  }

BTW, you can run the "validate-config" job to help you find out what's
wrong with your config.


Regards,
Daniel

On 08.01.2015 19:08, woprandi wrote:
> Hi,
> 
> I'd like to run a custom shell command during "build" job. So I did that :
> 
> 
> 
> Then 
> 
> But without any effect...
> Anyone can help me ?
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Run-shell-command-during-build-job-tp7586622.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to