Page MenuHomeDevCentral

Install python-jenkins on Salt master
ClosedPublic

Authored by dereckson on Oct 4 2018, 23:03.
Tags
None
Referenced Files
F2740503: D1846.id4660.diff
Wed, Mar 27, 21:34
F2740406: D1846.id4661.diff
Wed, Mar 27, 21:25
Unknown Object (File)
Fri, Mar 22, 19:51
Unknown Object (File)
Fri, Mar 22, 19:17
Unknown Object (File)
Fri, Mar 22, 19:11
Unknown Object (File)
Fri, Mar 22, 04:44
Unknown Object (File)
Fri, Mar 22, 02:11
Unknown Object (File)
Thu, Mar 21, 15:20
Subscribers
None

Details

Summary

This is required by the Jenkins execution module.

Reference: https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.jenkinsmod.html

Ref T1458

Test Plan

salt-call --local state.sls roles/saltmaster/software

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
Salt master
$ salt-call --local state.sls roles/saltmaster/software
local:
----------
          ID: install_salt_extra_software
    Function: pkg.installed
      Result: True
     Comment: The following packages were installed/updated: py36-python-jenkins                                                                              
     Started: 22:45:14.897604
    Duration: 39684.007 ms
     Changes:   
              ----------
              py36-multi_key_dict:
                  ----------
                  new:
                      2.0.3
                  old:
              py36-python-jenkins:
                  ----------
                  new:
                      1.2.1
                  old:

Summary for local
------------
Succeeded: 1 (changed=1)
Failed:    0
------------
Total states run:     1
Total run time:  39.684 s
This revision is now accepted and ready to land.Oct 4 2018, 23:04
This revision was automatically updated to reflect the committed changes.