Page MenuHomeDevCentral

Install python-jenkins on Salt master
ClosedPublic

Authored by dereckson on Oct 4 2018, 23:03.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 28, 16:38
Unknown Object (File)
Wed, May 27, 04:11
Unknown Object (File)
Sun, May 24, 05:21
Unknown Object (File)
Sun, May 24, 03:43
Unknown Object (File)
Sat, May 23, 08:02
Unknown Object (File)
Sat, May 23, 03:37
Unknown Object (File)
Fri, May 22, 14:07
Unknown Object (File)
Thu, May 21, 23:41
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.