2

I have tried several artifacts plugins for Jenkins but so far have been unsuccessful with the task:

I use hadoop as a file system for deployments and deploy my app from hadoop (mesos/marathon can only access http or hdfs). How do I make Jenkins save the artifact zip from sbt to hdfs? I doesnt give me the option to run a shellcommand

elmalto
  • 1,008
  • 1
  • 14
  • 23

1 Answers1

0

The plugin Hudson Post build task lets you run shell commands and copies the necessary files to hadoop as a shell script

elmalto
  • 1,008
  • 1
  • 14
  • 23