xussof

Results 2 comments of xussof

I managed to do it: Using ansible: - name: Autoload scm configure become: true become_user: jenkins shell: "curl http://localhost:8080/plugin/scm-sync-configuration/reloadAllFilesFromScm -u admin:{{ initialpassword.stdout }}" notify: restart jenkins - name: Autoload scm...