how I can change permission for a folder in jenkins?

后端 未结 3 1099
盖世英雄少女心
盖世英雄少女心 2021-01-24 23:34

I have jenkins working in local server on my mac and for a job, I need to run a script shell witch it need to read a json file. I tryied to put it in workflow-lib file. But when

3条回答
  •  旧巷少年郎
    2021-01-24 23:59

    Please follow this command to give the permissions.

    sudo chown -R : /jenkins_root_path
    

    here and jenkins group is the user and group which you are running jenkins under.

提交回复
热议问题