6 Replies Latest reply on Apr 29, 2008 1:28 PM by ropalka

    Hudson file permissions

    thomas.diesler

      Over the last couple of days we did not have any hudson runs because most files belong to ropalka.jbossws and do not have group write permissions. Hudson silently aborts a job if it cannot write the 'nextBuildNumber'

      It is therefore important that you run

      > umask 2
      > hudson-setup
      > hudson-start
      


      That should cause all newly created files to have group write access. umask is a build-in shell command that cannot be run from within ant AFAIK.