Skip to content

Instantly share code, notes, and snippets.

@firemanxbr
Created May 7, 2018 10:57
Show Gist options
  • Save firemanxbr/f90264de32d84d28016878ad6da51503 to your computer and use it in GitHub Desktop.
Save firemanxbr/f90264de32d84d28016878ad6da51503 to your computer and use it in GitHub Desktop.
testing CVP/pipeline on branch master
$ oc new-project cvp
Now using project "cvp" on server "https://192.168.42.181:8443".
You can add applications to this project with the 'new-app' command. For example, try:
oc new-app centos/ruby-22-centos7~https://github.com/openshift/ruby-ex.git
to build a new example application in Ruby.
$ oc create -f ./config/s2i/jenkins/jenkins-persistent-template.yml
template "jenkins-persistent" created
$ oc create -f ./config/s2i/jenkins/jenkins-slave-template.yml
template "jenkins-cvp-slave-builder" created
$ oc new-app jenkins-persistent -p NAMESPACE=cvp -p BASE64_ANSIBLE_VAULT_PASSWORD=$(echo developer | base64)
--> Deploying template "cvp/jenkins-persistent" to project cvp
Jenkins (Persistent)
---------
Jenkins service, with persistent storage.
NOTE: You must have persistent volumes available in your cluster to use this template.
A Jenkins service has been created in your project. Log into Jenkins with your OpenShift account. The tutorial at https://github.com/openshift/origin/blob/master/examples/jenkins/README.md contains more in
formation about using this template.
* With parameters:
* REPO_URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git
* REPO_REF=master
* CONTEXT_DIR=config/s2i/jenkins/master
* Jenkins Service Name=jenkins
* Jenkins JNLP Service Name=jenkins-jnlp
* Enable OAuth in Jenkins=true
* Memory Limit=2Gi
* Volume Capacity=5Gi
* Jenkins ImageStream Namespace=cvp
* Jenkins ImageStreamTag=jenkins:stable
* Base64 Ansible vault password=ZGV2ZWxvcGVyCg==
--> Creating resources ...
imagestream "jenkins" created
route "jenkins" created
persistentvolumeclaim "jenkins" created
buildconfig "jenkins" created
deploymentconfig "jenkins" created
serviceaccount "jenkins" created
rolebinding "jenkins_edit" created
service "jenkins-jnlp" created
service "jenkins" created
secret "ansible.vault" created
--> Success
Build scheduled, use 'oc logs -f bc/jenkins' to track its progress.
Run 'oc status' to view your app.
$ oc new-app jenkins-cvp-slave-builder
--> Deploying template "cvp/jenkins-cvp-slave-builder" to project cvp
jenkins-cvp-slave-builder
---------
CVP Slaves
* With parameters:
* Repository URL=https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git
* Context Directory=config/s2i/jenkins/slave
* Git Reference=master
--> Creating resources ...
imagestream "jenkins-cvp-slave" created
buildconfig "jenkins-cvp-slave" created
--> Success
Build scheduled, use 'oc logs -f bc/jenkins-cvp-slave' to track its progress.
Run 'oc status' to view your app.
$ oc logs -f builds/jenkins-cvp-slave-1 && oc tag jenkins-cvp-slave:latest jenkins-cvp-slave:stable
Cloning "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git" ...
Commit: 97f34ae518f07892d28511d09a8ea18158ec10ed (Merge branch 'kubernetes_global_config_v1' into 'master')
Author: Scott Hebert <[email protected]>
Date: Sun May 6 14:30:10 2018 +0000
Step 1 : FROM openshift/jenkins-slave-base-centos7
---> f6d63d3fb60c
Step 2 : ENV "GIT_SSL_NO_VERIFY" "true"
---> Using cache
---> 961584a2f8b3
Step 3 : RUN yum install -y epel-release
---> Using cache
---> 418e0e4c953e
Step 4 : RUN yum install -y ansible jq python-pip ruby
---> Using cache
---> 6e3646a13206
Step 5 : RUN curl -o /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt --insecure -L https://password.corp.redhat.com/RH-IT-Root-CA.crt && update-ca-trust extract
---> Using cache
---> e7bd3831ee0b
Step 6 : RUN pip install --upgrade setuptools
---> Using cache
---> d455fa82b727
Step 7 : RUN pip install openshift
---> Using cache
---> 3e95edfc32f2
Step 8 : ENV "OPENSHIFT_BUILD_NAME" "jenkins-cvp-slave-1" "OPENSHIFT_BUILD_NAMESPACE" "cvp" "OPENSHIFT_BUILD_SOURCE" "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git" "OPENSHIFT_BUILD_REFERENCE" "master""OPENSHIFT_BUILD_COMMIT" "97f34ae518f07892d28511d09a8ea18158ec10ed"
---> Using cache
---> d62bdb78d27d
Step 9 : LABEL "io.openshift.build.commit.message" "Merge branch 'kubernetes_global_config_v1' into 'master'" "io.openshift.build.source-location" "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git" "io.openshift.build.commit.id" "97f34ae518f07892d28511d09a8ea18158ec10ed" "io.openshift.build.commit.ref" "master" "io.openshift.build.source-context-dir" "config/s2i/jenkins/slave" "io.openshift.build.name" "jenkins-cvp-slave-1" "io.openshift.build.namespace" "cvp" "io.openshift.build.commit.author" "Scott Hebert \[email protected]\u003e" "io.openshift.build.commit.date" "Sun May 6 14:30:10 2018 +0000"
---> Running in 74c6b3f75348
---> 150619f8c573
Removing intermediate container 74c6b3f75348
Successfully built 150619f8c573
Pushing image 172.30.1.1:5000/cvp/jenkins-cvp-slave:latest ...
Pushed 4/11 layers, 36% complete
Pushed 5/11 layers, 45% complete
Pushed 6/11 layers, 55% complete
Pushed 7/11 layers, 64% complete
Pushed 8/11 layers, 73% complete
Pushed 9/11 layers, 82% complete
Pushed 10/11 layers, 91% complete
Pushed 11/11 layers, 100% complete
Push successful
Tag jenkins-cvp-slave:stable set to jenkins-cvp-slave@sha256:cd8701045bd9ddb565b0388ab711bcfb2c7eaf33188c1738989585384dea2a38.
$ oc logs -f builds/jenkins-1 && oc tag jenkins:latest jenkins:stable
Cloning "https://gitlab.sat.lab.tlv.redhat.com/cvp/pipeline.git" ...
Commit: 97f34ae518f07892d28511d09a8ea18158ec10ed (Merge branch 'kubernetes_global_config_v1' into 'master')
Author: Scott Hebert <[email protected]>
Date: Sun May 6 14:30:10 2018 +0000
---> Copying repository files ...
---> Installing Jenkins 76 plugins using /opt/openshift/plugins.txt ...
Creating initial locks...
Locking ansicolor:0.5.2
Locking antisamy-markup-formatter:1.5
Locking authorize-project:1.3.0
Locking blueocean:1.5.0
Locking config-file-provider:2.18
Locking credentials:2.1.16
Locking docker-workflow:1.15.1
Locking git:3.8.0
Locking gitlab:1.5.5
Locking greenballs:1.15
Locking http_request:1.8.22
Locking ircbot:2.30
Locking jms-messaging:1.0.36
Locking job-dsl:1.68
Locking lockable-resources:2.2
Locking kubernetes:1.5.1
Locking mailer:1.21
Locking matrix-auth:2.2
Locking matrix-project:1.12
Locking maven-plugin:3.1.2
Locking monitoring:1.72.0
Locking openshift-client:1.0.10
Locking openshift-login:1.0.8
Locking openshift-sync:1.0.12
Locking rebuild:1.28
Locking script-security:1.43
Locking simple-theme-plugin:0.4
Locking ssh-slaves:1.26
Locking timestamper:1.8.9
Locking update-sites-manager:2.0.0
Locking workflow-aggregator:2.5
Locking ws-cleanup:0.34
Locking xunit:1.102
Locking ace-editor:1.1
Locking authentication-tokens:1.3
Locking blueocean-autofavorite:1.2.2
Locking blueocean-display-url:2.2.0
Locking cloudbees-bitbucket-branch-source:2.2.10
Locking cloudbees-folder:6.4
Locking conditional-buildstep:1.3.6
Locking display-url-api:2.2.0
Locking durable-task:1.22
Locking git-client:2.7.1
Locking github:1.29.0
Locking github-api:1.90
Locking github-branch-source:2.3.3
Locking handlebars:1.1.1
Locking jackson2-api
Locking javadoc:1.4
Locking jira:2.5
Locking jsch:0.1.54.2
Locking kubernetes-credentials:0.3.1
Locking momentjs:1.1.1
Locking pipeline-model-api:1.2.8
Locking pipeline-model-definition:1.2.8
Locking pipeline-model-extensions:1.2.8
Locking pipeline-rest-api:2.10
Locking pipeline-stage-step:2.3
Locking pipeline-stage-tags-metadata:1.2.8
Locking pipeline-stage-view:2.10
Locking pipeline-utility-steps:2.0.2
Locking plain-credentials:1.4
Locking resource-disposer:0.8
Locking run-condition:1.0
Locking token-macro:2.4
Locking workflow-api:2.26
Locking workflow-basic-steps:2.6
Locking workflow-cps:2.47
Locking workflow-cps-global-lib:2.9
Locking workflow-durable-task-step:2.19
Locking workflow-job:2.17
Locking workflow-multibranch:2.17
Locking workflow-scm-step:2.6
Analyzing war...
Using version-specific update center: https://updates.jenkins.io/2.89...
Downloading plugins...
Downloading plugin: ansicolor from https://updates.jenkins.io/download/plugins/ansicolor/0.5.2/ansicolor.hpi
> ansicolor depends on workflow-step-api:2.12;resolution:=optional
Examining optional dependency workflow-step-api
Optional dependency workflow-step-api already installed, need to determine if it is at a sufficient version
Downloading plugin: antisamy-markup-formatter from https://updates.jenkins.io/download/plugins/antisamy-markup-formatter/1.5/antisamy-markup-formatter.hpi
> antisamy-markup-formatter has no dependencies
Downloading plugin: authorize-project from https://updates.jenkins.io/download/plugins/authorize-project/1.3.0/authorize-project.hpi
> authorize-project has no dependencies
Downloading plugin: blueocean from https://updates.jenkins.io/download/plugins/blueocean/1.5.0/blueocean.hpi
> blueocean depends on blueocean-bitbucket-pipeline:1.5.0,blueocean-commons:1.5.0,blueocean-config:1.5.0,blueocean-core-js:1.5.0,blueocean-dashboard:1.5.0,blueocean-events:1.5.0,blueocean-git-pipeline:1.5.0,blueocean-github-pipeline:1.5.0,blueocean-i18n:1.5.0,blueocean-jira:1.5.0,blueocean-jwt:1.5.0,blueocean-personalization:1.5.0,blueocean-pipeline-api-impl:1.5.0,blueocean-pipeline-editor:1.5.0,blueocean-rest-impl:1.5.0,blueocean-rest:1.5.0,blueocean-web:1.5.0,jenkins-design-language:1.5.0,blueocean-autofavorite:1.2.0,blueocean-display-url:2.2.0,pipeline-build-step:2.7,pipeline-milestone-step:1.3.1
Upgrading previously downloaded plugin blueocean-bitbucket-pipeline at 1.4.1 to 1.5.0
Downloading plugin: blueocean-bitbucket-pipeline from https://updates.jenkins.io/download/plugins/blueocean-bitbucket-pipeline/1.5.0/blueocean-bitbucket-pipeline.hpi
> blueocean-bitbucket-pipeline depends on blueocean-pipeline-api-impl:1.5.0,apache-httpcomponents-client-4-api:4.5.3-2.1,cloudbees-bitbucket-branch-source:2.2.9,pubsub-light:1.12
Upgrading previously downloaded plugin blueocean-pipeline-api-impl at 1.4.1 to 1.5.0
Downloading plugin: blueocean-pipeline-api-impl from https://updates.jenkins.io/download/plugins/blueocean-pipeline-api-impl/1.5.0/blueocean-pipeline-api-impl.hpi
> blueocean-pipeline-api-impl depends on blueocean-pipeline-scm-api:1.5.0,blueocean-rest-impl:1.5.0,workflow-api:2.22,workflow-cps:2.42,workflow-durable-task-step:2.13,workflow-job:2.14.1,workflow-multibranch:2.16,workflow-step-api:2.14,workflow-support:2.14,branch-api:2.0.11,credentials:2.1.14,git:3.8.0,github-branch-source:2.2.3,htmlpublisher:1.14,pipeline-build-step:2.7,pipeline-graph-analysis:1.6,pipeline-input-step:2.8,pipeline-stage-step:2.2,plain-credentials:1.3,scm-api:2.2.2,pipeline-model-definition:1.2.7
Upgrading previously downloaded plugin blueocean-pipeline-scm-api at 1.4.1 to 1.5.0
Downloading plugin: blueocean-pipeline-scm-api from https://updates.jenkins.io/download/plugins/blueocean-pipeline-scm-api/1.5.0/blueocean-pipeline-scm-api.hpi
> blueocean-pipeline-scm-api depends on blueocean-rest:1.5.0,workflow-multibranch:2.16,branch-api:2.0.11,credentials:2.1.14,pubsub-light:1.12
Upgrading previously downloaded plugin blueocean-rest at 1.4.1 to 1.5.0
Downloading plugin: blueocean-rest from https://updates.jenkins.io/download/plugins/blueocean-rest/1.5.0/blueocean-rest.hpi
> blueocean-rest depends on blueocean-commons:1.5.0
Upgrading previously downloaded plugin blueocean-commons at 1.4.1 to 1.5.0
Downloading plugin: blueocean-commons from https://updates.jenkins.io/download/plugins/blueocean-commons/1.5.0/blueocean-commons.hpi
> blueocean-commons has no dependencies
Upgrading previously downloaded plugin blueocean-rest-impl at 1.4.1 to 1.5.0
Downloading plugin: blueocean-rest-impl from https://updates.jenkins.io/download/plugins/blueocean-rest-impl/1.5.0/blueocean-rest-impl.hpi
> blueocean-rest-impl depends on blueocean-jwt:1.5.0,blueocean-rest:1.5.0,blueocean-web:1.5.0,cloudbees-folder:6.1.2,credentials:2.1.14,display-url-api:2.2.0,junit:1.23,mailer:1.20,favorite:2.3.1
Upgrading previously downloaded plugin blueocean-jwt at 1.4.1 to 1.5.0
Downloading plugin: blueocean-jwt from https://updates.jenkins.io/download/plugins/blueocean-jwt/1.5.0/blueocean-jwt.hpi
> blueocean-jwt depends on blueocean-commons:1.5.0,mailer:1.20
Upgrading previously downloaded plugin blueocean-web at 1.4.1 to 1.5.0
Downloading plugin: blueocean-web from https://updates.jenkins.io/download/plugins/blueocean-web/1.5.0/blueocean-web.hpi
> blueocean-web depends on blueocean-core-js:1.5.0,blueocean-rest:1.5.0,jenkins-design-language:1.5.0,variant:1.1
Upgrading previously downloaded plugin blueocean-core-js at 1.4.1 to 1.5.0
Downloading plugin: blueocean-core-js from https://updates.jenkins.io/download/plugins/blueocean-core-js/1.5.0/blueocean-core-js.hpi
> blueocean-core-js depends on jenkins-design-language:1.5.0
Upgrading previously downloaded plugin jenkins-design-language at 1.4.1 to 1.5.0
Downloading plugin: jenkins-design-language from https://updates.jenkins.io/download/plugins/jenkins-design-language/1.5.0/jenkins-design-language.hpi
> jenkins-design-language has no dependencies
Upgrading previously downloaded plugin display-url-api at 2.1.0 to 2.2.0
Downloading plugin: display-url-api from https://updates.jenkins.io/download/plugins/display-url-api/2.2.0/display-url-api.hpi
> display-url-api has no dependencies
Upgrading previously downloaded plugin pipeline-model-definition at 1.2.5 to 1.2.7
Downloading plugin: pipeline-model-definition from https://updates.jenkins.io/download/plugins/pipeline-model-definition/1.2.7/pipeline-model-definition.hpi
> pipeline-model-definition depends on workflow-api:2.22,workflow-basic-steps:2.3,workflow-cps-global-lib:2.7,workflow-cps:2.41,workflow-durable-task-step:2.9,workflow-multibranch:2.9.2,workflow-scm-step:2.4,workflow-support:2.14,credentials-binding:1.13,credentials:2.1.13,docker-workflow:1.9,git-client:2.5.0,mailer:1.18,pipeline-input-step:2.8,pipeline-stage-step:2.2,scm-api:2.2.2,pipeline-model-api:1.2.7,pipeline-model-declarative-agent:1.1.1,pipeline-model-extensions:1.2.7,pipeline-stage-tags-metadata:1.2.7
Upgrading previously downloaded plugin pipeline-model-api at 1.2.5 to 1.2.7
Downloading plugin: pipeline-model-api from https://updates.jenkins.io/download/plugins/pipeline-model-api/1.2.7/pipeline-model-api.hpi
> pipeline-model-api depends on workflow-step-api:2.14,structs:1.9
Upgrading previously downloaded plugin pipeline-model-extensions at 1.2.5 to 1.2.7
Downloading plugin: pipeline-model-extensions from https://updates.jenkins.io/download/plugins/pipeline-model-extensions/1.2.7/pipeline-model-extensions.hpi
> pipeline-model-extensions depends on workflow-cps:2.41,workflow-job:2.11,pipeline-model-api:1.2.7
Upgrading previously downloaded plugin pipeline-stage-tags-metadata at 1.2.5 to 1.2.7
Downloading plugin: pipeline-stage-tags-metadata from https://updates.jenkins.io/download/plugins/pipeline-stage-tags-metadata/1.2.7/pipeline-stage-tags-metadata.hpi
> pipeline-stage-tags-metadata has no dependencies
Upgrading previously downloaded plugin apache-httpcomponents-client-4-api at 4.5.3-2.0 to 4.5.3-2.1
Downloading plugin: apache-httpcomponents-client-4-api from https://updates.jenkins.io/download/plugins/apache-httpcomponents-client-4-api/4.5.3-2.1/apache-httpcomponents-client-4-api.hpi
> apache-httpcomponents-client-4-api has no dependencies
Upgrading previously downloaded plugin cloudbees-bitbucket-branch-source at 2.2.5 to 2.2.9
Downloading plugin: cloudbees-bitbucket-branch-source from https://updates.jenkins.io/download/plugins/cloudbees-bitbucket-branch-source/2.2.9/cloudbees-bitbucket-branch-source.hpi
> cloudbees-bitbucket-branch-source depends on apache-httpcomponents-client-4-api:4.5.3-2.0,display-url-api:0.2,git:3.5.0,handy-uri-templates-2-api:2.1.6-1.0,mercurial:2.0,scm-api:2.2.0,structs:1.9
Downloading dependency plugin handy-uri-templates-2-api version 2.1.6-1.0 that has yet to be installed
Downloading plugin: handy-uri-templates-2-api from https://updates.jenkins.io/download/plugins/handy-uri-templates-2-api/2.1.6-1.0/handy-uri-templates-2-api.hpi
> handy-uri-templates-2-api has no dependencies
Upgrading previously downloaded plugin blueocean-config at 1.4.1 to 1.5.0
Downloading plugin: blueocean-config from https://updates.jenkins.io/download/plugins/blueocean-config/1.5.0/blueocean-config.hpi
> blueocean-config depends on blueocean-commons:1.5.0,blueocean-jwt:1.5.0,blueocean-rest:1.5.0,blueocean-web:1.5.0
Upgrading previously downloaded plugin blueocean-dashboard at 1.4.1 to 1.5.0
Downloading plugin: blueocean-dashboard from https://updates.jenkins.io/download/plugins/blueocean-dashboard/1.5.0/blueocean-dashboard.hpi
> blueocean-dashboard depends on blueocean-web:1.5.0
Upgrading previously downloaded plugin blueocean-events at 1.4.1 to 1.5.0
Downloading plugin: blueocean-events from https://updates.jenkins.io/download/plugins/blueocean-events/1.5.0/blueocean-events.hpi
> blueocean-events depends on blueocean-pipeline-api-impl:1.5.0,pubsub-light:1.12,sse-gateway:1.15
Upgrading previously downloaded plugin blueocean-git-pipeline at 1.4.1 to 1.5.0
Downloading plugin: blueocean-git-pipeline from https://updates.jenkins.io/download/plugins/blueocean-git-pipeline/1.5.0/blueocean-git-pipeline.hpi
> blueocean-git-pipeline depends on blueocean-pipeline-api-impl:1.5.0,blueocean-pipeline-scm-api:1.5.0,git:3.8.0
Upgrading previously downloaded plugin blueocean-github-pipeline at 1.4.1 to 1.5.0
Downloading plugin: blueocean-github-pipeline from https://updates.jenkins.io/download/plugins/blueocean-github-pipeline/1.5.0/blueocean-github-pipeline.hpi
> blueocean-github-pipeline depends on blueocean-pipeline-api-impl:1.5.0,apache-httpcomponents-client-4-api:4.5.3-2.1,github-api:1.86,github-branch-source:2.2.3,jackson2-api:2.7.3,pubsub-light:1.12
Upgrading previously downloaded plugin blueocean-i18n at 1.4.1 to 1.5.0
Downloading plugin: blueocean-i18n from https://updates.jenkins.io/download/plugins/blueocean-i18n/1.5.0/blueocean-i18n.hpi
> blueocean-i18n depends on blueocean-rest:1.5.0
Upgrading previously downloaded plugin blueocean-jira at 1.4.1 to 1.5.0
Downloading plugin: blueocean-jira from https://updates.jenkins.io/download/plugins/blueocean-jira/1.5.0/blueocean-jira.hpi
> blueocean-jira depends on blueocean-rest:1.5.0,apache-httpcomponents-client-4-api:4.5.3-2.1,jira:2.4.2
Upgrading previously downloaded plugin blueocean-personalization at 1.4.1 to 1.5.0
Downloading plugin: blueocean-personalization from https://updates.jenkins.io/download/plugins/blueocean-personalization/1.5.0/blueocean-personalization.hpi
> blueocean-personalization depends on blueocean-dashboard:1.5.0
Upgrading previously downloaded plugin blueocean-pipeline-editor at 1.4.1 to 1.5.0
Downloading plugin: blueocean-pipeline-editor from https://updates.jenkins.io/download/plugins/blueocean-pipeline-editor/1.5.0/blueocean-pipeline-editor.hpi
> blueocean-pipeline-editor depends on blueocean-commons:1.5.0,blueocean-dashboard:1.5.0,blueocean-pipeline-api-impl:1.5.0,blueocean-rest:1.5.0,pipeline-model-definition:1.2.7
Upgrading previously downloaded plugin blueocean-display-url at 2.1.1 to 2.2.0
Downloading plugin: blueocean-display-url from https://updates.jenkins.io/download/plugins/blueocean-display-url/2.2.0/blueocean-display-url.hpi
> blueocean-display-url depends on workflow-job:2.6,workflow-multibranch:2.8,scm-api:2.1.1,display-url-api:2.2.0,blueocean-rest:1.1.5
Downloading plugin: config-file-provider from https://updates.jenkins.io/download/plugins/config-file-provider/2.18/config-file-provider.hpi
> config-file-provider depends on cloudbees-folder:5.12;resolution:=optional,credentials:2.1.4,ssh-credentials:1.12,structs:1.7,token-macro:2.0
Examining optional dependency cloudbees-folder
Optional dependency cloudbees-folder already installed, need to determine if it is at a sufficient version
Downloading plugin: credentials from https://updates.jenkins.io/download/plugins/credentials/2.1.16/credentials.hpi
> credentials depends on structs:1.7
Downloading plugin: docker-workflow from https://updates.jenkins.io/download/plugins/docker-workflow/1.15.1/docker-workflow.hpi
> docker-workflow depends on workflow-cps:2.25,workflow-durable-task-step:2.8,docker-commons:1.5
Using provided plugin: git
> git depends on workflow-scm-step:1.14.2,credentials:2.1.14,git-client:2.7.0,mailer:1.18,matrix-project:1.7.1,parameterized-trigger:2.33;resolution:=optional,promoted-builds:2.27;resolution:=optional,scm-api:2.2.0,ssh-credentials:1.13,structs:1.10,token-macro:1.12.1;resolution:=optional
Examining optional dependency parameterized-trigger
Optional dependency parameterized-trigger already installed, need to determine if it is at a sufficient version
Examining optional dependency promoted-builds
Optional dependency promoted-builds not installed already, skipping
Examining optional dependency token-macro
Optional dependency token-macro already installed, need to determine if it is at a sufficient version
Downloading plugin: gitlab from https://updates.jenkins.io/download/plugins/gitlab/1.5.5/gitlab.hpi
Downloading plugin: gitlab-plugin from https://updates.jenkins.io/download/plugins/gitlab-plugin/1.5.5/gitlab-plugin.hpi
> gitlab-plugin depends on credentials:2.1.0,git-client:1.19.0,display-url-api:1.1.1,matrix-project:1.10,workflow-step-api:1.15,plain-credentials:1.1;resolution:=optional,git:2.4.1
Examining optional dependency plain-credentials
Optional dependency plain-credentials already installed, need to determine if it is at a sufficient version
Downloading plugin: greenballs from https://updates.jenkins.io/download/plugins/greenballs/1.15/greenballs.hpi
> greenballs has no dependencies
Downloading plugin: http_request from https://updates.jenkins.io/download/plugins/http_request/1.8.22/http_request.hpi
> http_request depends on workflow-step-api:1.10;resolution:=optional,apache-httpcomponents-client-4-api:4.5.3-2.0,credentials:2.1.1,script-security:1.17
Examining optional dependency workflow-step-api
Optional dependency workflow-step-api already installed, need to determine if it is at a sufficient version
Downloading plugin: ircbot from https://updates.jenkins.io/download/plugins/ircbot/2.30/ircbot.hpi
> ircbot depends on ci-game:1.16;resolution:=optional,instant-messaging:1.35,analysis-core:1.0;resolution:=optional
Examining optional dependency ci-game
Optional dependency ci-game not installed already, skipping
Downloading dependency plugin instant-messaging version 1.35 that has yet to be installed
Downloading plugin: instant-messaging from https://updates.jenkins.io/download/plugins/instant-messaging/1.35/instant-messaging.hpi
> instant-messaging depends on matrix-project:1.4,ci-game:1.16;resolution:=optional,mailer:1.7,analysis-core:1.0;resolution:=optional
Examining optional dependency ci-game
Optional dependency ci-game not installed already, skipping
Examining optional dependency analysis-core
Optional dependency analysis-core not installed already, skipping
Examining optional dependency analysis-core
Optional dependency analysis-core not installed already, skipping
Downloading plugin: jms-messaging from https://updates.jenkins.io/download/plugins/jms-messaging/1.0.36/jms-messaging.hpi
> jms-messaging depends on workflow-step-api:2.10;resolution:=optional,matrix-project:1.7
Examining optional dependency workflow-step-api
Optional dependency workflow-step-api already installed, need to determine if it is at a sufficient version
Using provided plugin: job-dsl
> job-dsl depends on structs:1.13,script-security:1.25,vsphere-cloud:1.1.11;resolution:=optional,config-file-provider:2.15.4;resolution:=optional,managed-scripts:1.3;resolution:=optional
Examining optional dependency vsphere-cloud
Optional dependency vsphere-cloud not installed already, skipping
Examining optional dependency config-file-provider
Optional dependency config-file-provider already installed, need to determine if it is at a sufficient version
Examining optional dependency managed-scripts
Optional dependency managed-scripts not installed already, skipping
Downloading plugin: lockable-resources from https://updates.jenkins.io/download/plugins/lockable-resources/2.2/lockable-resources.hpi
> lockable-resources depends on workflow-step-api:1.14,workflow-support:1.14,mailer:1.5,matrix-project:1.4,script-security:1.26
Downloading plugin: kubernetes from https://updates.jenkins.io/download/plugins/kubernetes/1.5.1/kubernetes.hpi
> kubernetes depends on workflow-step-api:2.11,durable-task:1.16,variant:1.0,kubernetes-credentials:0.3.0,pipeline-model-extensions:1.1.2;resolution:=optional
Examining optional dependency pipeline-model-extensions
Optional dependency pipeline-model-extensions already installed, need to determine if it is at a sufficient version
Downloading plugin: mailer from https://updates.jenkins.io/download/plugins/mailer/1.21/mailer.hpi
> mailer depends on display-url-api:1.0
Using provided plugin: matrix-auth
> matrix-auth depends on cloudbees-folder:6.1.0;resolution:=optional
Examining optional dependency cloudbees-folder
Optional dependency cloudbees-folder already installed, need to determine if it is at a sufficient version
Using provided plugin: matrix-project
> matrix-project depends on junit:1.20,script-security:1.13
Downloading plugin: maven-plugin from https://updates.jenkins.io/download/plugins/maven-plugin/3.1.2/maven-plugin.hpi
> maven-plugin depends on apache-httpcomponents-client-4-api:4.5.3-2.1,javadoc:1.0,jsch:0.1.54.1,junit:1.6,mailer:1.7,token-macro:1.10;resolution:=optional
Downloading dependency plugin javadoc version 1.0 that has yet to be installed
Examining optional dependency token-macro
Optional dependency token-macro already installed, need to determine if it is at a sufficient version
Downloading plugin: monitoring from https://updates.jenkins.io/download/plugins/monitoring/1.72.0/monitoring.hpi
> monitoring depends on aws-cloudwatch-library:1.11.136;resolution:=optional
Examining optional dependency aws-cloudwatch-library
Optional dependency aws-cloudwatch-library not installed already, skipping
Downloading plugin: openshift-client from https://updates.jenkins.io/download/plugins/openshift-client/1.0.10/openshift-client.hpi
> openshift-client depends on durable-task:1.12,workflow-cps:2.17,credentials:2.1.9
Downloading plugin: openshift-login from https://updates.jenkins.io/download/plugins/openshift-login/1.0.8/openshift-login.hpi
> openshift-login depends on mailer:1.6,matrix-auth:1.1,credentials:2.1.9
Downloading plugin: openshift-sync from https://updates.jenkins.io/download/plugins/openshift-sync/1.0.12/openshift-sync.hpi
> openshift-sync depends on git:3.0.0,scm-api:2.0.8,pipeline-rest-api:2.9,workflow-api:2.5,blueocean-rest:1.4.0,branch-api:2.0.7,workflow-cps:2.21,kubernetes:0.10,credentials:2.1.9,git-client:2.0.0,cloudbees-folder:5.18,plain-credentials:1.3,workflow-job:2.8,workflow-multibranch:2.10
Downloading plugin: rebuild from https://updates.jenkins.io/download/plugins/rebuild/1.28/rebuild.hpi
> rebuild depends on matrix-project:1.12
Downloading plugin: script-security from https://updates.jenkins.io/download/plugins/script-security/1.43/script-security.hpi
> script-security has no dependencies
Downloading plugin: simple-theme-plugin from https://updates.jenkins.io/download/plugins/simple-theme-plugin/0.4/simple-theme-plugin.hpi
> simple-theme-plugin has no dependencies
Downloading plugin: ssh-slaves from https://updates.jenkins.io/download/plugins/ssh-slaves/1.26/ssh-slaves.hpi
> ssh-slaves depends on credentials:2.1.2,ssh-credentials:1.6.1
Downloading plugin: timestamper from https://updates.jenkins.io/download/plugins/timestamper/1.8.9/timestamper.hpi
> timestamper depends on workflow-step-api:1.7;resolution:=optional
Examining optional dependency workflow-step-api
Optional dependency workflow-step-api already installed, need to determine if it is at a sufficient version
Downloading plugin: update-sites-manager from https://updates.jenkins.io/download/plugins/update-sites-manager/2.0.0/update-sites-manager.hpi
> update-sites-manager has no dependencies
Using provided plugin: workflow-aggregator
> workflow-aggregator depends on pipeline-input-step:2.5,workflow-job:2.9,workflow-basic-steps:2.3,workflow-durable-task-step:2.8,workflow-api:2.8,workflow-cps:2.24,workflow-support:2.12,workflow-cps-global-lib:2.5,workflow-multibranch:2.9.2,pipeline-stage-view:2.4,workflow-scm-step:2.3,workflow-step-api:2.7,pipeline-model-definition:1.0,pipeline-stage-step:2.2,pipeline-build-step:2.4,pipeline-milestone-step:1.3
Downloading plugin: ws-cleanup from https://updates.jenkins.io/download/plugins/ws-cleanup/0.34/ws-cleanup.hpi
> ws-cleanup depends on workflow-durable-task-step:2.4,matrix-project:1.7.1,resource-disposer:0.3,structs:1.5
Downloading dependency plugin resource-disposer version 0.3 that has yet to be installed
Downloading plugin: xunit from https://updates.jenkins.io/download/plugins/xunit/1.102/xunit.hpi
> xunit depends on junit:1.6
Downloading plugin: ace-editor from https://updates.jenkins.io/download/plugins/ace-editor/1.1/ace-editor.hpi
> ace-editor has no dependencies
Downloading plugin: authentication-tokens from https://updates.jenkins.io/download/plugins/authentication-tokens/1.3/authentication-tokens.hpi
> authentication-tokens depends on credentials:1.22
Downloading plugin: blueocean-autofavorite from https://updates.jenkins.io/download/plugins/blueocean-autofavorite/1.2.2/blueocean-autofavorite.hpi
> blueocean-autofavorite depends on workflow-api:2.22,workflow-job:2.14.1,branch-api:2.0.11,git:3.6.0,junit:1.21,favorite:2.3.1
Using provided plugin: blueocean-display-url
> blueocean-display-url depends on workflow-job:2.6,workflow-multibranch:2.8,scm-api:2.1.1,display-url-api:2.2.0,blueocean-rest:1.1.5
Downloading plugin: cloudbees-bitbucket-branch-source from https://updates.jenkins.io/download/plugins/cloudbees-bitbucket-branch-source/2.2.10/cloudbees-bitbucket-branch-source.hpi
> cloudbees-bitbucket-branch-source depends on apache-httpcomponents-client-4-api:4.5.3-2.0,display-url-api:0.2,git:3.5.0,handy-uri-templates-2-api:2.1.6-1.0,mercurial:2.0,scm-api:2.2.0,structs:1.9
Downloading plugin: cloudbees-folder from https://updates.jenkins.io/download/plugins/cloudbees-folder/6.4/cloudbees-folder.hpi
> cloudbees-folder depends on credentials:2.1.11;resolution:=optional
Examining optional dependency credentials
Optional dependency credentials already installed, need to determine if it is at a sufficient version
Downloading plugin: conditional-buildstep from https://updates.jenkins.io/download/plugins/conditional-buildstep/1.3.6/conditional-buildstep.hpi
> conditional-buildstep depends on maven-plugin:2.13,matrix-project:1.0,run-condition:1.0,token-macro:1.5.1
Upgrading previously downloaded plugin run-condition at 0.10 to 1.0
Downloading plugin: run-condition from https://updates.jenkins.io/download/plugins/run-condition/1.0/run-condition.hpi
> run-condition depends on token-macro:1.5.1
Using provided plugin: display-url-api
> display-url-api has no dependencies
Downloading plugin: durable-task from https://updates.jenkins.io/download/plugins/durable-task/1.22/durable-task.hpi
> durable-task has no dependencies
Downloading plugin: git-client from https://updates.jenkins.io/download/plugins/git-client/2.7.1/git-client.hpi
> git-client depends on apache-httpcomponents-client-4-api:4.5.3-2.0,credentials:2.1.13,jsch:0.1.54.1,ssh-credentials:1.13,structs:1.9
Downloading plugin: github from https://updates.jenkins.io/download/plugins/github/1.29.0/github.hpi
> github depends on credentials:2.1.8,display-url-api:2.0,git:3.4.0,github-api:1.90,plain-credentials:1.1,scm-api:2.2.0,structs:1.10,token-macro:1.11
Upgrading previously downloaded plugin github-api at 1.86 to 1.90
Downloading plugin: github-api from https://updates.jenkins.io/download/plugins/github-api/1.90/github-api.hpi
> github-api depends on jackson2-api:2.7.3
Using provided plugin: github-api
> github-api depends on jackson2-api:2.7.3
Downloading plugin: github-branch-source from https://updates.jenkins.io/download/plugins/github-branch-source/2.3.3/github-branch-source.hpi
> github-branch-source depends on github:1.26.0,credentials:2.1.15,display-url-api:0.2,git:3.6.0,github-api:1.90,scm-api:2.2.3,structs:1.10
Downloading plugin: handlebars from https://updates.jenkins.io/download/plugins/handlebars/1.1.1/handlebars.hpi
> handlebars has no dependencies
Downloading plugin: jackson2-api from https://updates.jenkins.io/2.89/latest/jackson2-api.hpi
> jackson2-api has no dependencies
Downloading plugin: javadoc from https://updates.jenkins.io/download/plugins/javadoc/1.4/javadoc.hpi
> javadoc has no dependencies
Downloading plugin: jira from https://updates.jenkins.io/download/plugins/jira/2.5/jira.hpi
> jira depends on workflow-job:2.0,workflow-step-api:2.0;resolution:=optional,branch-api:2.0.0,junit:1.3,mailer:1.20,matrix-project:1.6,p4:1.3.8;resolution:=optional,script-security:1.16,structs:1.4,perforce:1.3.9;resolution:=optional
Examining optional dependency workflow-step-api
Optional dependency workflow-step-api already installed, need to determine if it is at a sufficient version
Examining optional dependency p4
Optional dependency p4 not installed already, skipping
Examining optional dependency perforce
Optional dependency perforce not installed already, skipping
Downloading plugin: jsch from https://updates.jenkins.io/download/plugins/jsch/0.1.54.2/jsch.hpi
> jsch depends on ssh-credentials:1.13
Downloading plugin: kubernetes-credentials from https://updates.jenkins.io/download/plugins/kubernetes-credentials/0.3.1/kubernetes-credentials.hpi
> kubernetes-credentials depends on credentials:2.1.7,plain-credentials:1.3
Downloading plugin: momentjs from https://updates.jenkins.io/download/plugins/momentjs/1.1.1/momentjs.hpi
> momentjs has no dependencies
Downloading plugin: pipeline-model-api from https://updates.jenkins.io/download/plugins/pipeline-model-api/1.2.8/pipeline-model-api.hpi
> pipeline-model-api depends on workflow-step-api:2.14,structs:1.14
Upgrading previously downloaded plugin structs at 1.13 to 1.14
Downloading plugin: structs from https://updates.jenkins.io/download/plugins/structs/1.14/structs.hpi
> structs has no dependencies
Downloading plugin: pipeline-model-definition from https://updates.jenkins.io/download/plugins/pipeline-model-definition/1.2.8/pipeline-model-definition.hpi
> pipeline-model-definition depends on workflow-api:2.25,workflow-basic-steps:2.6,workflow-cps-global-lib:2.9,workflow-cps:2.46,workflow-durable-task-step:2.15,workflow-multibranch:2.16,workflow-scm-step:2.5,workflow-support:2.17,credentials-binding:1.13,credentials:2.1.16,docker-workflow:1.14,git-client:2.7.0,mailer:1.20,pipeline-input-step:2.8,pipeline-stage-step:2.3,scm-api:2.2.6,pipeline-model-api:1.2.8,pipeline-model-declarative-agent:1.1.1,pipeline-model-extensions:1.2.8,pipeline-stage-tags-metadata:1.2.8
Upgrading previously downloaded plugin workflow-basic-steps at 2.3 to 2.6
Downloading plugin: workflow-basic-steps from https://updates.jenkins.io/download/plugins/workflow-basic-steps/2.6/workflow-basic-steps.hpi
> workflow-basic-steps depends on workflow-api:2.16,workflow-step-api:2.12,mailer:1.18,structs:1.6
Upgrading previously downloaded plugin workflow-cps-global-lib at 2.7 to 2.9
Downloading plugin: workflow-cps-global-lib from https://updates.jenkins.io/download/plugins/workflow-cps-global-lib/2.9/workflow-cps-global-lib.hpi
> workflow-cps-global-lib depends on workflow-cps:2.30,workflow-scm-step:2.4,cloudbees-folder:5.12,git-client:2.3.0,git-server:1.7,scm-api:2.1.1,script-security:1.27
Upgrading previously downloaded plugin git-server at 1.5 to 1.7
Downloading plugin: git-server from https://updates.jenkins.io/download/plugins/git-server/1.7/git-server.hpi
> git-server depends on git-client:1.11.0
Upgrading previously downloaded plugin workflow-cps at 2.42 to 2.46
Downloading plugin: workflow-cps from https://updates.jenkins.io/download/plugins/workflow-cps/2.46/workflow-cps.hpi
> workflow-cps depends on workflow-api:2.25,workflow-scm-step:2.4,workflow-step-api:2.13,workflow-support:2.17,scm-api:2.0.8,script-security:1.42,structs:1.14,support-core:2.32;resolution:=optional,ace-editor:1.0.1,jquery-detached:1.2.1
Examining optional dependency support-core
Optional dependency support-core not installed already, skipping
Upgrading previously downloaded plugin workflow-scm-step at 2.4 to 2.5
Downloading plugin: workflow-scm-step from https://updates.jenkins.io/download/plugins/workflow-scm-step/2.5/workflow-scm-step.hpi
> workflow-scm-step depends on workflow-step-api:1.15
Upgrading previously downloaded plugin pipeline-stage-step at 2.2 to 2.3
Downloading plugin: pipeline-stage-step from https://updates.jenkins.io/download/plugins/pipeline-stage-step/2.3/pipeline-stage-step.hpi
> pipeline-stage-step depends on workflow-api:2.15,workflow-step-api:2.11,scm-api:2.0.7,structs:1.6
Upgrading previously downloaded plugin pipeline-model-extensions at 1.2.7 to 1.2.8
Downloading plugin: pipeline-model-extensions from https://updates.jenkins.io/download/plugins/pipeline-model-extensions/1.2.8/pipeline-model-extensions.hpi
> pipeline-model-extensions depends on workflow-cps:2.46,workflow-job:2.11,credentials-binding:1.13,credentials:2.1.16,pipeline-model-api:1.2.8
Upgrading previously downloaded plugin pipeline-stage-tags-metadata at 1.2.7 to 1.2.8
Downloading plugin: pipeline-stage-tags-metadata from https://updates.jenkins.io/download/plugins/pipeline-stage-tags-metadata/1.2.8/pipeline-stage-tags-metadata.hpi
> pipeline-stage-tags-metadata has no dependencies
Using provided plugin: pipeline-model-extensions
> pipeline-model-extensions depends on workflow-cps:2.46,workflow-job:2.11,credentials-binding:1.13,credentials:2.1.16,pipeline-model-api:1.2.8
Downloading plugin: pipeline-rest-api from https://updates.jenkins.io/download/plugins/pipeline-rest-api/2.10/pipeline-rest-api.hpi
> pipeline-rest-api depends on workflow-api:2.15,workflow-job:2.0,workflow-step-api:2.10,workflow-support:2.14,jackson2-api:2.7.3,pipeline-graph-analysis:1.1,pipeline-input-step:2.0,pipeline-stage-step:2.2
Using provided plugin: pipeline-stage-step
> pipeline-stage-step depends on workflow-api:2.15,workflow-step-api:2.11,scm-api:2.0.7,structs:1.6
Using provided plugin: pipeline-stage-tags-metadata
> pipeline-stage-tags-metadata has no dependencies
Downloading plugin: pipeline-stage-view from https://updates.jenkins.io/download/plugins/pipeline-stage-view/2.10/pipeline-stage-view.hpi
> pipeline-stage-view depends on pipeline-rest-api:2.10,workflow-job:2.0,handlebars:1.1,jquery-detached:1.2.1,momentjs:1.1
Downloading plugin: pipeline-utility-steps from https://updates.jenkins.io/download/plugins/pipeline-utility-steps/2.0.2/pipeline-utility-steps.hpi
> pipeline-utility-steps depends on workflow-api:2.20,workflow-cps:2.41;resolution:=optional,workflow-step-api:2.14,scm-api:2.1.1,script-security:1.40,structs:1.10
Examining optional dependency workflow-cps
Optional dependency workflow-cps already installed, need to determine if it is at a sufficient version
Downloading plugin: plain-credentials from https://updates.jenkins.io/download/plugins/plain-credentials/1.4/plain-credentials.hpi
> plain-credentials depends on credentials:2.1.5
Downloading plugin: resource-disposer from https://updates.jenkins.io/download/plugins/resource-disposer/0.8/resource-disposer.hpi
> resource-disposer has no dependencies
Using provided plugin: run-condition
> run-condition depends on token-macro:1.5.1
Downloading plugin: token-macro from https://updates.jenkins.io/download/plugins/token-macro/2.4/token-macro.hpi
> token-macro depends on workflow-step-api:2.7
Downloading plugin: workflow-api from https://updates.jenkins.io/download/plugins/workflow-api/2.26/workflow-api.hpi
> workflow-api depends on workflow-step-api:2.10,scm-api:2.0.8,structs:1.7
Using provided plugin: workflow-basic-steps
> workflow-basic-steps depends on workflow-api:2.16,workflow-step-api:2.12,mailer:1.18,structs:1.6
Downloading plugin: workflow-cps from https://updates.jenkins.io/download/plugins/workflow-cps/2.47/workflow-cps.hpi
> workflow-cps depends on workflow-api:2.25,workflow-scm-step:2.4,workflow-step-api:2.13,workflow-support:2.17,scm-api:2.0.8,script-security:1.42,structs:1.14,support-core:2.32;resolution:=optional,ace-editor:1.0.1,jquery-detached:1.2.1
Examining optional dependency support-core
Optional dependency support-core not installed already, skipping
Using provided plugin: workflow-cps-global-lib
> workflow-cps-global-lib depends on workflow-cps:2.30,workflow-scm-step:2.4,cloudbees-folder:5.12,git-client:2.3.0,git-server:1.7,scm-api:2.1.1,script-security:1.27
Downloading plugin: workflow-durable-task-step from https://updates.jenkins.io/download/plugins/workflow-durable-task-step/2.19/workflow-durable-task-step.hpi
> workflow-durable-task-step depends on workflow-api:2.22,workflow-step-api:2.13,workflow-support:2.16,durable-task:1.18,script-security:1.27,structs:1.7
Downloading plugin: workflow-job from https://updates.jenkins.io/download/plugins/workflow-job/2.17/workflow-job.hpi
> workflow-job depends on workflow-api:2.25,workflow-step-api:2.13,workflow-support:2.17
Downloading plugin: workflow-multibranch from https://updates.jenkins.io/download/plugins/workflow-multibranch/2.17/workflow-multibranch.hpi
> workflow-multibranch depends on workflow-api:2.25,workflow-cps:2.43,workflow-job:2.17,workflow-scm-step:2.4,workflow-step-api:2.13,workflow-support:2.17,branch-api:2.0.18,cloudbees-folder:6.1.2,scm-api:2.2.6,script-security:1.39,structs:1.10
Upgrading previously downloaded plugin branch-api at 2.0.11 to 2.0.18
Downloading plugin: branch-api from https://updates.jenkins.io/download/plugins/branch-api/2.0.18/branch-api.hpi
> branch-api depends on cloudbees-folder:6.1.0,scm-api:2.2.6,structs:1.9
Downloading plugin: workflow-scm-step from https://updates.jenkins.io/download/plugins/workflow-scm-step/2.6/workflow-scm-step.hpi
> workflow-scm-step depends on workflow-step-api:2.9
WAR bundled plugins:
Installed plugins:
ace-editor:1.1
ansicolor:0.5.2
antisamy-markup-formatter:1.5
apache-httpcomponents-client-4-api:4.5.3-2.1
authentication-tokens:1.3
authorize-project:1.3.0
blueocean-autofavorite:1.2.2
blueocean-bitbucket-pipeline:1.5.0
blueocean-commons:1.5.0
blueocean-config:1.5.0
blueocean-core-js:1.5.0
blueocean-dashboard:1.5.0
blueocean-display-url:2.2.0
blueocean-events:1.5.0
blueocean-github-pipeline:1.5.0
blueocean-git-pipeline:1.5.0
blueocean-i18n:1.5.0
blueocean-jira:1.5.0
blueocean:1.5.0
blueocean-jwt:1.5.0
blueocean-personalization:1.5.0
blueocean-pipeline-api-impl:1.5.0
blueocean-pipeline-editor:1.5.0
blueocean-pipeline-scm-api:1.5.0
blueocean-rest-impl:1.5.0
blueocean-rest:1.5.0
blueocean-web:1.5.0
branch-api:2.0.18
cloudbees-bitbucket-branch-source:2.2.10
cloudbees-folder:6.4
conditional-buildstep:1.3.6
config-file-provider:2.18
credentials-binding:1.15
credentials:2.1.16
display-url-api:2.2.0
docker-commons:1.11
docker-workflow:1.15.1
durable-task:1.22
favorite:2.3.1
git-client:2.7.1
github-api:1.90
github-branch-source:2.3.3
github:1.29.0
github-organization-folder:1.6
git:3.8.0
gitlab-plugin:1.5.5
git-server:1.7
greenballs:1.15
handlebars:1.1.1
handy-uri-templates-2-api:2.1.6-1.0
htmlpublisher:1.14
http_request:1.8.22
instant-messaging:1.35
ircbot:2.30
jackson2-api:2.8.11.1
javadoc:1.4
jenkins-design-language:1.5.0
jira:2.5
jms-messaging:1.0.36
job-dsl:1.68
jquery-detached:1.2.1
jsch:0.1.54.2
junit:1.24
kubernetes-credentials:0.3.1
kubernetes:1.5.1
lockable-resources:2.2
mailer:1.21
mapdb-api:1.0.9.0
matrix-auth:2.2
matrix-project:1.12
maven-plugin:3.1.2
mercurial:2.3
momentjs:1.1.1
monitoring:1.72.0
openshift-client:1.0.10
openshift-login:1.0.8
openshift-pipeline:1.0.54
openshift-sync:1.0.12
parameterized-trigger:2.35.2
pipeline-build-step:2.7
pipeline-github-lib:1.0
pipeline-graph-analysis:1.6
pipeline-input-step:2.8
pipeline-milestone-step:1.3.1
pipeline-model-api:1.2.8
pipeline-model-declarative-agent:1.1.1
pipeline-model-definition:1.2.8
pipeline-model-extensions:1.2.8
pipeline-rest-api:2.10
pipeline-stage-step:2.3
pipeline-stage-tags-metadata:1.2.8
pipeline-stage-view:2.10
pipeline-utility-steps:2.0.2
plain-credentials:1.4
pubsub-light:1.12
rebuild:1.28
resource-disposer:0.8
run-condition:1.0
scm-api:2.2.6
script-security:1.43
simple-theme-plugin:0.4
sse-gateway:1.15
ssh-credentials:1.13
ssh-slaves:1.26
structs:1.14
subversion:2.10.3
timestamper:1.8.9
token-macro:2.4
update-sites-manager:2.0.0
variant:1.1
workflow-aggregator:2.5
workflow-api:2.26
workflow-basic-steps:2.6
workflow-cps-global-lib:2.9
workflow-cps:2.47
workflow-durable-task-step:2.19
workflow-job:2.17
workflow-multibranch:2.17
workflow-remote-loader:1.4
workflow-scm-step:2.6
workflow-step-api:2.14
workflow-support:2.18
ws-cleanup:0.34
xunit:1.102
Cleaning up locks
---> Installing 1 Jenkins plugins from plugins/ directory ...
---> Removing sample Jenkins job ...
---> Installing new Jenkins configuration ...
Removing sample job '/opt/openshift/configuration/jobs/OpenShift Sample'
Pushing image 172.30.1.1:5000/cvp/jenkins:latest ...
Pushed 3/11 layers, 27% complete
Pushed 4/11 layers, 36% complete
Pushed 5/11 layers, 46% complete
Pushed 6/11 layers, 55% complete
Pushed 7/11 layers, 64% complete
Pushed 8/11 layers, 73% complete
Pushed 9/11 layers, 82% complete
Pushed 10/11 layers, 91% complete
Pushed 11/11 layers, 100% complete
Push successful
Tag jenkins:stable set to jenkins@sha256:d3b2a875ca217a15b0d12a8d7099ba37aecf910278840892340b7c4063dd0d99.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment