Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/openshift-client-plugin
  Commit: ce21972c452015c5ad70ae53434f0ea5c1230a86
      
https://github.com/jenkinsci/openshift-client-plugin/commit/ce21972c452015c5ad70ae53434f0ea5c1230a86
  Author: gabemontero <[email protected]>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
    M .gitignore
    M PR-Testing/README
    M PR-Testing/build-jenkins-client-plugin-snapshot-image.sh

  Log Message:
  -----------
  adjust to PR testing refactor


  Commit: 238970534f71723d85f9e18071b5bcc0b9ebe47b
      
https://github.com/jenkinsci/openshift-client-plugin/commit/238970534f71723d85f9e18071b5bcc0b9ebe47b
  Author: Gabe Montero <[email protected]>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    M .gitignore
    M PR-Testing/README
    M PR-Testing/build-jenkins-client-plugin-snapshot-image.sh

  Log Message:
  -----------
  Merge pull request #10 from gabemontero/master

adjust to PR testing refactor


  Commit: 9c25ee13dd498b107c9ac7dc31d60bd9fba70ea1
      
https://github.com/jenkinsci/openshift-client-plugin/commit/9c25ee13dd498b107c9ac7dc31d60bd9fba70ea1
  Author: gabemontero <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M PR-Testing/Dockerfile-jenkins-test-new-plugin

  Log Message:
  -----------
  switch PR tester to jenkins v2 image


  Commit: 5b7586b89b6b42a092dcfd0f1c89680654e999c3
      
https://github.com/jenkinsci/openshift-client-plugin/commit/5b7586b89b6b42a092dcfd0f1c89680654e999c3
  Author: Gabe Montero <[email protected]>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M PR-Testing/Dockerfile-jenkins-test-new-plugin

  Log Message:
  -----------
  Merge pull request #12 from gabemontero/bumpPRTesterImage

switch PR tester to jenkins v2 image


  Commit: 56835f6fd9de279a40b261aa12ec71e7d6ef8594
      
https://github.com/jenkinsci/openshift-client-plugin/commit/56835f6fd9de279a40b261aa12ec71e7d6ef8594
  Author: gabemontero <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  fix README installation section (where plugin is available)


  Commit: 5f5134a737eec17fdbfe1aa3028320c276c06c39
      
https://github.com/jenkinsci/openshift-client-plugin/commit/5f5134a737eec17fdbfe1aa3028320c276c06c39
  Author: gabemontero <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  fix readme typo


  Commit: 44ee946f837cdcd99eb401aad30c5dccd8f5ab7b
      
https://github.com/jenkinsci/openshift-client-plugin/commit/44ee946f837cdcd99eb401aad30c5dccd8f5ab7b
  Author: Gabe Montero <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge pull request #13 from gabemontero/master

fix README installation section (where plugin is available)


  Commit: a552e1508fc31bb3aa048c8df59cef303218a530
      
https://github.com/jenkinsci/openshift-client-plugin/commit/a552e1508fc31bb3aa048c8df59cef303218a530
  Author: Gabe Montero <[email protected]>
  Date:   2017-04-03 (Mon, 03 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge pull request #14 from gabemontero/master

fix readme typo


  Commit: 06166ec7db04e7a44779cccb05b63cafae1891ec
      
https://github.com/jenkinsci/openshift-client-plugin/commit/06166ec7db04e7a44779cccb05b63cafae1891ec
  Author: Steve Kuznetsov <[email protected]>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fix nested list formatting in README

Signed-off-by: Steve Kuznetsov <[email protected]>


  Commit: 090cc5d13fe25fb7ef1d174fb60d7bb6e244ba8f
      
https://github.com/jenkinsci/openshift-client-plugin/commit/090cc5d13fe25fb7ef1d174fb60d7bb6e244ba8f
  Author: Gabe Montero <[email protected]>
  Date:   2017-04-11 (Tue, 11 Apr 2017)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge pull request #15 from stevekuznetsov/skuznets/readme-edits

Fix nested list formatting in README


  Commit: c577cd59da9adcd21a0b7147ae9d02c263f2fc36
      
https://github.com/jenkinsci/openshift-client-plugin/commit/c577cd59da9adcd21a0b7147ae9d02c263f2fc36
  Author: Joseph Callen <[email protected]>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M src/main/resources/com/openshift/jenkins/plugins/OpenShiftDSL.groovy

  Log Message:
  -----------
  Fix openshift.run() error

This PR resolves issue #17.  Replaces argument perform with run.

**Test Pipeline results**
```
OpenShift Build p2i/createcred-pipeline-2
[Pipeline] node
Running on master in /var/lib/jenkins/jobs/p2i-createcred-pipeline/workspace
[Pipeline] {
[Pipeline] stage
[Pipeline] { (openshift run)
[Pipeline] echo

[Pipeline] _OcContextInit
[Pipeline] _OcContextInit
[Pipeline] readFile
[Pipeline] readFile
[Pipeline] _OcAction
[Pipeline] echo
{
    "operation": "run",
    "actions": [
  {
      "reference": {
       },
      "err": "",
      "verb": "run",
      "cmd": "oc run test-app-jenkins --image=172.30.10.223:5000/p2i/test-app 
--restart=Never --env OPTS='-vvv -u 1001 --connection local' --env 
INVENTORY_FILE=inventory --env PLAYBOOK_FILE=test-playbook.yaml 
--server=https://172.30.0.1:443 --namespace=p2i --token=XXXXX ",
      "out": "pod \"test-app-jenkins\" created",
      "status": 0
  }
    ],
    "status": 0
}
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS
```

**Pod created from Jenkins Pipeline**
```
jcallen@jcallen ~                                                               
              [22:06:41]
> $ oc get pod test-app-jenkins
NAME               READY     STATUS      RESTARTS   AGE
test-app-jenkins   0/1       Completed   0          6m
```

**Logs from pod (as expected)**

```
jcallen@jcallen ~                                                               
              [22:06:48]
> $ oc logs test-app-jenkins
Using /opt/app-root/src/ansible.cfg as config file
PLAYBOOK: test-playbook.yaml ***************************************************
1 plays in test-playbook.yaml
PLAY [Hello Ansible - quick start] *********************************************
TASK [setup] *******************************************************************
Using module file 
/usr/lib/python2.7/site-packages/ansible/modules/core/system/setup.py
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: default
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo 
$HOME/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857 `" && echo 
ansible-tmp-1493172011.56-8183191472857="` echo 
$HOME/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857 `" ) && sleep 0'
<localhost> PUT /tmp/tmpBZlBvk TO 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857/setup.py
<localhost> EXEC /bin/sh -c 'chmod u+x 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857/ 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857/setup.py 
&& sleep 0'
<localhost> EXEC /bin/sh -c '/usr/bin/python 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857/setup.py;
 rm -rf 
"/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172011.56-8183191472857/" > 
/dev/null 2>&1 && sleep 0'
ok: [localhost]
TASK [Hello server] ************************************************************
task path: /opt/app-root/src/test-playbook.yaml:6
Using module file 
/usr/lib/python2.7/site-packages/ansible/modules/core/commands/command.py
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: default
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo 
$HOME/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281 `" && echo 
ansible-tmp-1493172012.92-24091237571281="` echo 
$HOME/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281 `" ) && sleep 0'
<localhost> PUT /tmp/tmpCbQrjY TO 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281/command.py
<localhost> EXEC /bin/sh -c 'chmod u+x 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281/ 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281/command.py
 && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/bin/python 
/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281/command.py;
 rm -rf 
"/opt/app-root/src/.ansible/tmp/ansible-tmp-1493172012.92-24091237571281/" > 
/dev/null 2>&1 && sleep 0'
changed: [localhost] => {
    "changed": true,
    "cmd": "date",
    "delta": "0:00:00.178335",
    "end": "2017-04-26 02:00:13.510318",
    "invocation": {
  "module_args": {
      "_raw_params": "date",
      "_uses_shell": true,
      "chdir": null,
      "creates": null,
      "executable": null,
      "removes": null,
      "warn": true
  },
  "module_name": "command"
    },
    "rc": 0,
    "start": "2017-04-26 02:00:13.331983",
    "stderr": "",
    "stdout": "Wed Apr 26 02:00:13 UTC 2017",
    "stdout_lines": [
  "Wed Apr 26 02:00:13 UTC 2017"
    ],
    "warnings": []
}
PLAY RECAP *********************************************************************
localhost                  : ok=2    changed=1    unreachable=0    failed=0

```


  Commit: a783976f8f893bc5c47343415eda2a84c4d045fc
      
https://github.com/jenkinsci/openshift-client-plugin/commit/a783976f8f893bc5c47343415eda2a84c4d045fc
  Author: Gabe Montero <[email protected]>
  Date:   2017-04-26 (Wed, 26 Apr 2017)

  Changed paths:
    M src/main/resources/com/openshift/jenkins/plugins/OpenShiftDSL.groovy

  Log Message:
  -----------
  Merge pull request #18 from jcpowermac/issue17-ocrun

Fix openshift.run() error


  Commit: 1d1075c49d0d746a3db06f8f374e10838288e3fc
      
https://github.com/jenkinsci/openshift-client-plugin/commit/1d1075c49d0d746a3db06f8f374e10838288e3fc
  Author: jupierce <[email protected]>
  Date:   2017-04-27 (Thu, 27 Apr 2017)

  Changed paths:
    M src/main/resources/com/openshift/jenkins/plugins/OpenShiftDSL.groovy

  Log Message:
  -----------
  Allow groovy list as vararg array


  Commit: 52f8c0b83862fd6621150a02f8c61d33d9e78d3c
      
https://github.com/jenkinsci/openshift-client-plugin/commit/52f8c0b83862fd6621150a02f8c61d33d9e78d3c
  Author: Gabe Montero <[email protected]>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M src/main/resources/com/openshift/jenkins/plugins/OpenShiftDSL.groovy

  Log Message:
  -----------
  Merge pull request #19 from jupierce/enable_param_arrays

Allow groovy list as vararg array


  Commit: e4912a0fb57dbd79962d7ac415440a9821e13574
      
https://github.com/jenkinsci/openshift-client-plugin/commit/e4912a0fb57dbd79962d7ac415440a9821e13574
  Author: gabemontero <[email protected]>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M examples/jenkins-image-sample.groovy

  Log Message:
  -----------
  add test for list to str array conversion for params


  Commit: ba6a931f77107189a796dc966425b08f8e710d5a
      
https://github.com/jenkinsci/openshift-client-plugin/commit/ba6a931f77107189a796dc966425b08f8e710d5a
  Author: Gabe Montero <[email protected]>
  Date:   2017-04-28 (Fri, 28 Apr 2017)

  Changed paths:
    M examples/jenkins-image-sample.groovy

  Log Message:
  -----------
  Merge pull request #20 from gabemontero/test-param-conv

add test for list to str array conversion for params


Compare: 
https://github.com/jenkinsci/openshift-client-plugin/compare/2589c322d208...ba6a931f7710

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to