Skip to content

Instantly share code, notes, and snippets.

@rajcheval
Created March 14, 2018 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajcheval/81fc90f09854fd813473065307612750 to your computer and use it in GitHub Desktop.
Save rajcheval/81fc90f09854fd813473065307612750 to your computer and use it in GitHub Desktop.
Jenkins Plugin not installing
MacBook-Pro:~ rajindersingh$ docker run --name jenkins2 -e "JENKINS_PLUGINS=gitlab-plugin hipchat:2.1.1 swarm azure-ad:0.2.0 " -p 8090:8080 blacklabelops/jenkins:latest
+ set -o errexit
+++ dirname /home/jenkins/docker-entrypoint.sh
++ cd /home/jenkins
++ pwd
+ readonly CUR_DIR=/home/jenkins
+ CUR_DIR=/home/jenkins
+ source /home/jenkins/clicreation.sh
++ PARAMETER_TOKEN='"$@"'
++ ENVIRONMENT_VARIABLE_TOKEN='${JENKINS_CLI_URL}'
++ ENVIRONMENT_VARIABLE_SSH_TOKEN='${JENKINS_CLI_SSH}'
++ cat
++ cat
+ source /home/jenkins/initsecuritysettings.sh
++ '[' '!' -d /jenkins/init.groovy.d ']'
++ mkdir /jenkins/init.groovy.d
++ cat
+ '[' -n '' ']'
+ '[' -n '' ']'
+ java_vm_parameters=-Xmx512m
+ jenkins_parameters=
+ '[' false = true ']'
+ '[' -n '' ']'
+ '[' jenkins = jenkins ']'
+ source /home/jenkins/initexecutors.sh
++ '[' -n '' ']'
+ source /home/jenkins/initslaveport.sh
++ '[' -n 50000 ']'
++ '[' '!' -d /jenkins/init.groovy.d ']'
++ cat
+ source /home/jenkins/initplugins.sh
++ jenkins_plugins=
++ DEFAULT_PLUGINS='docker-workflow ant build-timeout credentials-binding email-ext github-organization-folder gradle workflow-aggregator ssh-slaves subversion timestamper ws-cleanup'
++ '[' -n 'gitlab-plugin hipchat:2.1.1 swarm azure-ad:0.2.0 ' ']'
++ JENKINS_PLUGINS='gitlab-plugin hipchat:2.1.1 swarm azure-ad:0.2.0 docker-workflow ant build-timeout credentials-binding email-ext github-organization-folder gradle workflow-aggregator ssh-slaves subversion timestamper ws-cleanup'
++ '[' -n 'gitlab-plugin hipchat:2.1.1 swarm azure-ad:0.2.0 docker-workflow ant build-timeout credentials-binding email-ext github-organization-folder gradle workflow-aggregator ssh-slaves subversion timestamper ws-cleanup' ']'
++ '[' '!' -d /jenkins/init.groovy.d ']'
++ jenkins_plugins='gitlab-plugin hipchat:2.1.1 swarm azure-ad:0.2.0 docker-workflow ant build-timeout credentials-binding email-ext github-organization-folder gradle workflow-aggregator ssh-slaves subversion timestamper ws-cleanup'
++ cat
+ source /home/jenkins/initemails.sh
++ smtp_replyto_address=dummy@example.com
++ smtp_use_ssl=true
++ smtp_charset=UTF-8
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n '' ']'
++ '[' -n '' ']'
+ source /home/jenkins/initadmin.sh
++ '[' -n '' ']'
+ '[' -n '' ']'
+ log_parameter=
+ '[' -n '' ']'
+ unset JENKINS_ADMIN_USER
+ unset JENKINS_ADMIN_PASSWORD
+ unset JENKINS_KEYSTORE_PASSWORD
+ unset SMTP_USER_NAME
+ unset SMTP_USER_PASS
+ exec /usr/bin/java -Dfile.encoding=UTF-8 -Djenkins.install.runSetupWizard=false -Xmx512m -jar /usr/bin/jenkins/jenkins.war
Running from: /usr/bin/jenkins/jenkins.war
webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
Mar 14, 2018 5:19:22 PM Main deleteWinstoneTempContents
WARNING: Failed to delete the temporary Winstone file /tmp/winstone/jenkins.war
Mar 14, 2018 5:19:23 PM org.eclipse.jetty.util.log.Log initialized
INFO: Logging initialized @489ms to org.eclipse.jetty.util.log.JavaUtilLog
Mar 14, 2018 5:19:23 PM winstone.Logger logInternal
INFO: Beginning extraction from war file
Mar 14, 2018 5:19:24 PM org.eclipse.jetty.server.handler.ContextHandler setContextPath
WARNING: Empty contextPath
Mar 14, 2018 5:19:24 PM org.eclipse.jetty.server.Server doStart
INFO: jetty-9.4.z-SNAPSHOT
Mar 14, 2018 5:19:24 PM org.eclipse.jetty.webapp.StandardDescriptorProcessor visitServlet
INFO: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
Mar 14, 2018 5:19:24 PM org.eclipse.jetty.server.session.DefaultSessionIdManager doStart
INFO: DefaultSessionIdManager workerName=node0
Mar 14, 2018 5:19:24 PM org.eclipse.jetty.server.session.DefaultSessionIdManager doStart
INFO: No SessionScavenger set, using defaults
Mar 14, 2018 5:19:24 PM org.eclipse.jetty.server.session.HouseKeeper startScavenging
INFO: Scavenging every 660000ms
Jenkins home directory: /jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
Mar 14, 2018 5:19:25 PM org.eclipse.jetty.server.handler.ContextHandler doStart
INFO: Started w.@6e9319f{/,file:///jenkins/war/,AVAILABLE}{/jenkins/war}
Mar 14, 2018 5:19:25 PM org.eclipse.jetty.server.AbstractConnector doStart
INFO: Started ServerConnector@62923ee6{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
Mar 14, 2018 5:19:25 PM org.eclipse.jetty.server.Server doStart
INFO: Started @3032ms
Mar 14, 2018 5:19:25 PM winstone.Logger logInternal
INFO: Winstone Servlet Engine v4.0 running: controlPort=disabled
Mar 14, 2018 5:19:26 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Mar 14, 2018 5:19:26 PM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Mar 14, 2018 5:19:28 PM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Mar 14, 2018 5:19:28 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Mar 14, 2018 5:19:28 PM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Mar 14, 2018 5:19:29 PM jenkins.InitReactorRunner$1 onAttained
INFO: Loaded all jobs
Mar 14, 2018 5:19:29 PM hudson.model.AsyncPeriodicWork$1 run
INFO: Started Download metadata
Mar 14, 2018 5:19:29 PM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /jenkins/init.groovy.d/loadPlugins.groovy
Mar 14, 2018 5:19:29 PM java.util.logging.LogManager$RootLogger log
INFO: [gitlab-plugin, hipchat:2.1.1, swarm, azure-ad:0.2.0, docker-workflow, ant, build-timeout, credentials-binding, email-ext, github-organization-folder, gradle, workflow-aggregator, ssh-slaves, subversion, timestamper, ws-cleanup]
Mar 14, 2018 5:19:29 PM java.util.logging.LogManager$RootLogger log
INFO: Checking gitlab-plugin
Mar 14, 2018 5:19:29 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for gitlab-plugin
Mar 14, 2018 5:19:33 PM hudson.model.UpdateSite updateData
INFO: Obtained the latest update center data file for UpdateSource default
Mar 14, 2018 5:19:33 PM hudson.model.UpdateSite updateData
INFO: Obtained the latest update center data file for UpdateSource default
Mar 14, 2018 5:19:33 PM hudson.model.DownloadService$Downloadable load
INFO: Obtained the updated data file for hudson.tasks.Maven.MavenInstaller
Mar 14, 2018 5:19:33 PM hudson.model.DownloadService$Downloadable load
INFO: Obtained the updated data file for hudson.tools.JDKInstaller
Mar 14, 2018 5:19:33 PM hudson.model.AsyncPeriodicWork$1 run
INFO: Finished Download metadata. 4,701 ms
Mar 14, 2018 5:19:34 PM java.util.logging.LogManager$RootLogger log
INFO: Installing gitlab-plugin
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of git for plugin gitlab-plugin
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-scm-step for plugin git
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-step-api for plugin workflow-scm-step
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of structs for plugin workflow-step-api
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of command-launcher for plugin structs
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of script-security for plugin command-launcher
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of bouncycastle-api for plugin structs
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin bouncycastle-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-step-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin workflow-step-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-scm-step already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of credentials for plugin git
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin credentials already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin credentials already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin credentials already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin git already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of git-client for plugin git
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of apache-httpcomponents-client-4-api for plugin git-client
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin apache-httpcomponents-client-4-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin apache-httpcomponents-client-4-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin git-client already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin git-client already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of ssh-credentials for plugin git-client
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin ssh-credentials already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin ssh-credentials already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin ssh-credentials already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin git-client already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of jsch for plugin git-client
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of ssh-credentials for plugin jsch already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin jsch already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin jsch already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin git-client already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of ssh-credentials for plugin git already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of scm-api for plugin git
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin scm-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin scm-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin scm-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of mailer for plugin git
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of display-url-api for plugin mailer
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin display-url-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin display-url-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin mailer already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin mailer already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin git already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of matrix-project for plugin git
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of junit for plugin matrix-project
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin junit already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin junit already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin junit already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-api for plugin junit
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin workflow-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin workflow-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-api already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin junit already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin junit already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin matrix-project already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin matrix-project already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin matrix-project already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin git already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of display-url-api for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git-client for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of matrix-project for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin gitlab-plugin already added, skipping
Mar 14, 2018 5:19:34 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: gitlab-plugin
Mar 14, 2018 5:19:34 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Script Security on behalf of SYSTEM
Mar 14, 2018 5:19:35 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Script Security
Mar 14, 2018 5:19:35 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Command Agent Launcher on behalf of SYSTEM
Mar 14, 2018 5:19:35 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Command Agent Launcher
Mar 14, 2018 5:19:35 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of bouncycastle API on behalf of SYSTEM
Mar 14, 2018 5:19:36 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading bouncycastle API
Mar 14, 2018 5:19:36 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Structs on behalf of SYSTEM
Mar 14, 2018 5:19:37 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Structs
Mar 14, 2018 5:19:37 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Step API on behalf of SYSTEM
Mar 14, 2018 5:19:37 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Step API
Mar 14, 2018 5:19:37 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: SCM Step on behalf of SYSTEM
Mar 14, 2018 5:19:37 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: gitlab-plugin
Mar 14, 2018 5:19:37 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: SCM Step
Mar 14, 2018 5:19:37 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Credentials on behalf of SYSTEM
Mar 14, 2018 5:19:38 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Credentials
Mar 14, 2018 5:19:38 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Apache HttpComponents Client 4.x API on behalf of SYSTEM
Mar 14, 2018 5:19:38 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Apache HttpComponents Client 4.x API
Mar 14, 2018 5:19:38 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of SSH Credentials on behalf of SYSTEM
Mar 14, 2018 5:19:39 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading SSH Credentials
Mar 14, 2018 5:19:39 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of JSch dependency on behalf of SYSTEM
Mar 14, 2018 5:19:39 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading JSch dependency
Mar 14, 2018 5:19:39 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Git client on behalf of SYSTEM
Mar 14, 2018 5:19:40 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Git client
Mar 14, 2018 5:19:40 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of SCM API on behalf of SYSTEM
Mar 14, 2018 5:19:40 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading SCM API
Mar 14, 2018 5:19:40 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Display URL API on behalf of SYSTEM
Mar 14, 2018 5:19:40 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: gitlab-plugin
Mar 14, 2018 5:19:41 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Display URL API
Mar 14, 2018 5:19:41 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Mailer on behalf of SYSTEM
Mar 14, 2018 5:19:41 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Mailer
Mar 14, 2018 5:19:41 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: API on behalf of SYSTEM
Mar 14, 2018 5:19:41 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: API
Mar 14, 2018 5:19:41 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of JUnit on behalf of SYSTEM
Mar 14, 2018 5:19:42 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading JUnit
Mar 14, 2018 5:19:42 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Matrix Project on behalf of SYSTEM
Mar 14, 2018 5:19:42 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Matrix Project
Mar 14, 2018 5:19:42 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Git on behalf of SYSTEM
Mar 14, 2018 5:19:43 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Git
Mar 14, 2018 5:19:43 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of GitLab on behalf of SYSTEM
Mar 14, 2018 5:19:43 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: gitlab-plugin
Mar 14, 2018 5:19:43 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading GitLab
Mar 14, 2018 5:19:46 PM java.util.logging.LogManager$RootLogger log
INFO: Checking hipchat:2.1.1
Mar 14, 2018 5:19:46 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for hipchat:2.1.1
Mar 14, 2018 5:19:46 PM java.util.logging.LogManager$RootLogger log
INFO: Checking swarm
Mar 14, 2018 5:19:46 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for swarm
Mar 14, 2018 5:19:46 PM java.util.logging.LogManager$RootLogger log
INFO: Installing swarm
Mar 14, 2018 5:19:46 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin swarm already added, skipping
Mar 14, 2018 5:19:46 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin swarm already added, skipping
Mar 14, 2018 5:19:46 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: swarm
Mar 14, 2018 5:19:46 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Self-Organizing Swarm Plug-in Modules on behalf of SYSTEM
Mar 14, 2018 5:19:47 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Self-Organizing Swarm Plug-in Modules
Mar 14, 2018 5:19:49 PM java.util.logging.LogManager$RootLogger log
INFO: Checking azure-ad:0.2.0
Mar 14, 2018 5:19:49 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for azure-ad:0.2.0
Mar 14, 2018 5:19:49 PM java.util.logging.LogManager$RootLogger log
INFO: Checking docker-workflow
Mar 14, 2018 5:19:49 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for docker-workflow
Mar 14, 2018 5:19:49 PM java.util.logging.LogManager$RootLogger log
INFO: Installing docker-workflow
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of docker-commons for plugin docker-workflow
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of credentials-binding for plugin docker-commons
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin credentials-binding already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin credentials-binding already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of ssh-credentials for plugin credentials-binding already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin credentials-binding already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of plain-credentials for plugin credentials-binding
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin plain-credentials already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin plain-credentials already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin plain-credentials already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin credentials-binding already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Plain Credentials on behalf of SYSTEM
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin credentials-binding already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of authentication-tokens for plugin docker-commons
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin authentication-tokens already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin authentication-tokens already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin authentication-tokens already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin docker-commons already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin docker-commons already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin docker-commons already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-durable-task-step for plugin docker-workflow
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin workflow-durable-task-step already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin workflow-durable-task-step already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-support for plugin workflow-durable-task-step
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin workflow-support already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin workflow-support already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-support already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-support already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-support already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-durable-task-step already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-durable-task-step already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of durable-task for plugin workflow-durable-task-step
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin durable-task already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin durable-task already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-durable-task-step already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-cps for plugin docker-workflow
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of ace-editor for plugin workflow-cps
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin ace-editor already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin ace-editor already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of jquery-detached for plugin workflow-cps
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin jquery-detached already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin jquery-detached already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-cps already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin docker-workflow already added, skipping
Mar 14, 2018 5:19:49 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin docker-workflow already added, skipping
Mar 14, 2018 5:19:49 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: docker-workflow
Mar 14, 2018 5:19:50 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Plain Credentials
Mar 14, 2018 5:19:50 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Credentials Binding on behalf of SYSTEM
Mar 14, 2018 5:19:50 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Credentials Binding
Mar 14, 2018 5:19:50 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Authentication Tokens API on behalf of SYSTEM
Mar 14, 2018 5:19:50 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Authentication Tokens API
Mar 14, 2018 5:19:50 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Docker Commons on behalf of SYSTEM
Mar 14, 2018 5:19:51 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Docker Commons
Mar 14, 2018 5:19:51 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Supporting APIs on behalf of SYSTEM
Mar 14, 2018 5:19:51 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Supporting APIs
Mar 14, 2018 5:19:51 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Durable Task on behalf of SYSTEM
Mar 14, 2018 5:19:52 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Durable Task
Mar 14, 2018 5:19:52 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Nodes and Processes on behalf of SYSTEM
Mar 14, 2018 5:19:52 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Nodes and Processes
Mar 14, 2018 5:19:52 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of JavaScript GUI Lib: ACE Editor bundle on behalf of SYSTEM
Mar 14, 2018 5:19:52 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: docker-workflow
Mar 14, 2018 5:19:52 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading JavaScript GUI Lib: ACE Editor bundle
Mar 14, 2018 5:19:53 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI) on behalf of SYSTEM
Mar 14, 2018 5:19:53 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading JavaScript GUI Lib: jQuery bundles (jQuery and jQuery UI)
Mar 14, 2018 5:19:54 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Groovy on behalf of SYSTEM
Mar 14, 2018 5:19:54 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Groovy
Mar 14, 2018 5:19:54 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Docker Pipeline on behalf of SYSTEM
Mar 14, 2018 5:19:54 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Docker Pipeline
Mar 14, 2018 5:19:55 PM java.util.logging.LogManager$RootLogger log
INFO: Checking ant
Mar 14, 2018 5:19:55 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for ant
Mar 14, 2018 5:19:55 PM java.util.logging.LogManager$RootLogger log
INFO: Installing ant
Mar 14, 2018 5:19:55 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin ant already added, skipping
Mar 14, 2018 5:19:55 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin ant already added, skipping
Mar 14, 2018 5:19:55 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin ant already added, skipping
Mar 14, 2018 5:19:55 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: ant
Mar 14, 2018 5:19:55 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Ant on behalf of SYSTEM
Mar 14, 2018 5:19:56 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Ant
Mar 14, 2018 5:19:58 PM java.util.logging.LogManager$RootLogger log
INFO: Checking build-timeout
Mar 14, 2018 5:19:58 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for build-timeout
Mar 14, 2018 5:19:58 PM java.util.logging.LogManager$RootLogger log
INFO: Installing build-timeout
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of token-macro for plugin build-timeout
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin token-macro already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin token-macro already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-job for plugin token-macro
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin workflow-job already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-job already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-job already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-job already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin token-macro already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Job on behalf of SYSTEM
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin build-timeout already added, skipping
Mar 14, 2018 5:19:58 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin build-timeout already added, skipping
Mar 14, 2018 5:19:58 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: build-timeout
Mar 14, 2018 5:19:59 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Job
Mar 14, 2018 5:19:59 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Token Macro on behalf of SYSTEM
Mar 14, 2018 5:19:59 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Token Macro
Mar 14, 2018 5:19:59 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Build Timeout on behalf of SYSTEM
Mar 14, 2018 5:20:00 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Build Timeout
Mar 14, 2018 5:20:01 PM java.util.logging.LogManager$RootLogger log
INFO: Checking credentials-binding
Mar 14, 2018 5:20:01 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for credentials-binding
Mar 14, 2018 5:20:01 PM java.util.logging.LogManager$RootLogger log
INFO: Installing credentials-binding
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of ssh-credentials for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of plain-credentials for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin credentials-binding already added, skipping
Mar 14, 2018 5:20:01 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: credentials-binding
Mar 14, 2018 5:20:01 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Credentials Binding on behalf of SYSTEM
Mar 14, 2018 5:20:01 PM hudson.model.UpdateCenter$InstallationJob _run
INFO: Skipping duplicate install of: Credentials Binding@1.15
Mar 14, 2018 5:20:01 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Installation successful: Credentials Binding
Mar 14, 2018 5:20:04 PM java.util.logging.LogManager$RootLogger log
INFO: Checking email-ext
Mar 14, 2018 5:20:04 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for email-ext
Mar 14, 2018 5:20:04 PM java.util.logging.LogManager$RootLogger log
INFO: Installing email-ext
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of junit for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of token-macro for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of mailer for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of matrix-project for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin email-ext already added, skipping
Mar 14, 2018 5:20:04 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: email-ext
Mar 14, 2018 5:20:04 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Email Extension on behalf of SYSTEM
Mar 14, 2018 5:20:05 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Email Extension
Mar 14, 2018 5:20:07 PM java.util.logging.LogManager$RootLogger log
INFO: Checking github-organization-folder
Mar 14, 2018 5:20:07 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for github-organization-folder
Mar 14, 2018 5:20:07 PM java.util.logging.LogManager$RootLogger log
INFO: Installing github-organization-folder
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of github for plugin github-organization-folder
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of github-api for plugin github
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of jackson2-api for plugin github-api
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin jackson2-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin github-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Jackson 2 API on behalf of SYSTEM
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin github-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of display-url-api for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of token-macro for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of plain-credentials for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin github already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-cps-global-lib for plugin github-organization-folder
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git-client for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of cloudbees-folder for plugin workflow-cps-global-lib
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin cloudbees-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of git-server for plugin workflow-cps-global-lib
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git-client for plugin git-server already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin git-server already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin git-server already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin workflow-cps-global-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of github-branch-source for plugin github-organization-folder
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of github-api for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of github for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of display-url-api for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin github-branch-source already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-github-lib for plugin github-organization-folder
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git for plugin pipeline-github-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps-global-lib for plugin pipeline-github-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-github-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-github-lib already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-multibranch for plugin github-organization-folder
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of cloudbees-folder for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of branch-api for plugin workflow-multibranch
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin branch-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of cloudbees-folder for plugin branch-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin branch-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin branch-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin branch-api already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin workflow-multibranch already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of cloudbees-folder for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of branch-api for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin github-organization-folder already added, skipping
Mar 14, 2018 5:20:07 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: github-organization-folder
Mar 14, 2018 5:20:08 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Jackson 2 API
Mar 14, 2018 5:20:08 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of GitHub API on behalf of SYSTEM
Mar 14, 2018 5:20:08 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading GitHub API
Mar 14, 2018 5:20:09 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of GitHub on behalf of SYSTEM
Mar 14, 2018 5:20:09 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading GitHub
Mar 14, 2018 5:20:09 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Folders on behalf of SYSTEM
Mar 14, 2018 5:20:10 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Folders
Mar 14, 2018 5:20:10 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of GIT server on behalf of SYSTEM
Mar 14, 2018 5:20:10 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading GIT server
Mar 14, 2018 5:20:10 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Shared Groovy Libraries on behalf of SYSTEM
Mar 14, 2018 5:20:10 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Shared Groovy Libraries
Mar 14, 2018 5:20:10 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: github-organization-folder
Mar 14, 2018 5:20:11 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of GitHub Branch Source on behalf of SYSTEM
Mar 14, 2018 5:20:11 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading GitHub Branch Source
Mar 14, 2018 5:20:11 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: GitHub Groovy Libraries on behalf of SYSTEM
Mar 14, 2018 5:20:12 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: GitHub Groovy Libraries
Mar 14, 2018 5:20:12 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Branch API on behalf of SYSTEM
Mar 14, 2018 5:20:12 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Branch API
Mar 14, 2018 5:20:12 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Multibranch on behalf of SYSTEM
Mar 14, 2018 5:20:12 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Multibranch
Mar 14, 2018 5:20:12 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of GitHub Organization Folder on behalf of SYSTEM
Mar 14, 2018 5:20:13 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading GitHub Organization Folder
Mar 14, 2018 5:20:13 PM java.util.logging.LogManager$RootLogger log
INFO: Checking gradle
Mar 14, 2018 5:20:13 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for gradle
Mar 14, 2018 5:20:13 PM java.util.logging.LogManager$RootLogger log
INFO: Installing gradle
Mar 14, 2018 5:20:13 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin gradle already added, skipping
Mar 14, 2018 5:20:13 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin gradle already added, skipping
Mar 14, 2018 5:20:13 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin gradle already added, skipping
Mar 14, 2018 5:20:13 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: gradle
Mar 14, 2018 5:20:13 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Gradle on behalf of SYSTEM
Mar 14, 2018 5:20:14 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Gradle
Mar 14, 2018 5:20:16 PM java.util.logging.LogManager$RootLogger log
INFO: Checking workflow-aggregator
Mar 14, 2018 5:20:16 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for workflow-aggregator
Mar 14, 2018 5:20:16 PM java.util.logging.LogManager$RootLogger log
INFO: Installing workflow-aggregator
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-milestone-step for plugin workflow-aggregator
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-milestone-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-milestone-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-milestone-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-milestone-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-stage-view for plugin workflow-aggregator
Mar 14, 2018 5:20:16 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Milestone Step on behalf of SYSTEM
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of jquery-detached for plugin pipeline-stage-view already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-rest-api for plugin pipeline-stage-view
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of jackson2-api for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-graph-analysis for plugin pipeline-rest-api
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-input-step for plugin pipeline-graph-analysis
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin pipeline-input-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-input-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-input-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-input-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-input-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-stage-step for plugin pipeline-graph-analysis
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin pipeline-stage-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin pipeline-stage-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-stage-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-stage-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-stage-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-stage-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-graph-analysis already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-input-step for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-stage-step for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-rest-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of handlebars for plugin pipeline-stage-view
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin handlebars already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin handlebars already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-stage-view already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin pipeline-stage-view already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of momentjs for plugin pipeline-stage-view
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin momentjs already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin momentjs already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-stage-view already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-build-step for plugin workflow-aggregator
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of script-security for plugin pipeline-build-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin pipeline-build-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-build-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-build-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-build-step already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-model-definition for plugin workflow-aggregator
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials-binding for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-model-extensions for plugin pipeline-model-definition
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-model-api for plugin pipeline-model-extensions
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin pipeline-model-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin pipeline-model-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-model-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-model-api already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin pipeline-model-extensions already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-model-extensions already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin pipeline-model-extensions already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-model-extensions already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps-global-lib for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of mailer for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-multibranch for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of docker-workflow for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-durable-task-step for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-model-api for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-stage-tags-metadata for plugin pipeline-model-definition
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-stage-tags-metadata already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-stage-tags-metadata already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of git-client for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-input-step for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of pipeline-model-declarative-agent for plugin pipeline-model-definition
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-model-extensions for plugin pipeline-model-declarative-agent already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin pipeline-model-declarative-agent already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin pipeline-model-declarative-agent already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-stage-step for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin pipeline-model-definition already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of workflow-basic-steps for plugin pipeline-model-definition
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin workflow-basic-steps already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-basic-steps already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of mailer for plugin workflow-basic-steps already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-basic-steps already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-basic-steps already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin workflow-basic-steps already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps-global-lib for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-cps for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-support for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-step-api for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-multibranch for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-durable-task-step for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-input-step for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of pipeline-stage-step for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-api for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-job for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-basic-steps for plugin workflow-aggregator already added, skipping
Mar 14, 2018 5:20:16 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: workflow-aggregator
Mar 14, 2018 5:20:17 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Milestone Step
Mar 14, 2018 5:20:17 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Input Step on behalf of SYSTEM
Mar 14, 2018 5:20:17 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Input Step
Mar 14, 2018 5:20:17 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Stage Step on behalf of SYSTEM
Mar 14, 2018 5:20:18 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Stage Step
Mar 14, 2018 5:20:18 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline Graph Analysis on behalf of SYSTEM
Mar 14, 2018 5:20:18 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline Graph Analysis
Mar 14, 2018 5:20:18 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: REST API on behalf of SYSTEM
Mar 14, 2018 5:20:18 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: REST API
Mar 14, 2018 5:20:18 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of JavaScript GUI Lib: Handlebars bundle on behalf of SYSTEM
Mar 14, 2018 5:20:19 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading JavaScript GUI Lib: Handlebars bundle
Mar 14, 2018 5:20:19 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of JavaScript GUI Lib: Moment.js bundle on behalf of SYSTEM
Mar 14, 2018 5:20:19 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading JavaScript GUI Lib: Moment.js bundle
Mar 14, 2018 5:20:19 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Stage View on behalf of SYSTEM
Mar 14, 2018 5:20:19 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Stage View
Mar 14, 2018 5:20:19 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Build Step on behalf of SYSTEM
Mar 14, 2018 5:20:19 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: workflow-aggregator
Mar 14, 2018 5:20:20 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Build Step
Mar 14, 2018 5:20:20 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Model API on behalf of SYSTEM
Mar 14, 2018 5:20:20 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Model API
Mar 14, 2018 5:20:21 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Declarative Extension Points API on behalf of SYSTEM
Mar 14, 2018 5:20:21 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Declarative Extension Points API
Mar 14, 2018 5:20:21 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Stage Tags Metadata on behalf of SYSTEM
Mar 14, 2018 5:20:22 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Stage Tags Metadata
Mar 14, 2018 5:20:22 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Declarative Agent API on behalf of SYSTEM
Mar 14, 2018 5:20:22 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Declarative Agent API
Mar 14, 2018 5:20:22 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Basic Steps on behalf of SYSTEM
Mar 14, 2018 5:20:22 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Basic Steps
Mar 14, 2018 5:20:22 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline: Declarative on behalf of SYSTEM
Mar 14, 2018 5:20:22 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: workflow-aggregator
Mar 14, 2018 5:20:23 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline: Declarative
Mar 14, 2018 5:20:23 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Pipeline on behalf of SYSTEM
Mar 14, 2018 5:20:23 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Pipeline
Mar 14, 2018 5:20:25 PM java.util.logging.LogManager$RootLogger log
INFO: Checking ssh-slaves
Mar 14, 2018 5:20:25 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for ssh-slaves
Mar 14, 2018 5:20:26 PM java.util.logging.LogManager$RootLogger log
INFO: Installing ssh-slaves
Mar 14, 2018 5:20:26 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin ssh-slaves already added, skipping
Mar 14, 2018 5:20:26 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of ssh-credentials for plugin ssh-slaves already added, skipping
Mar 14, 2018 5:20:26 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin ssh-slaves already added, skipping
Mar 14, 2018 5:20:26 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin ssh-slaves already added, skipping
Mar 14, 2018 5:20:26 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: ssh-slaves
Mar 14, 2018 5:20:26 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of SSH Slaves on behalf of SYSTEM
Mar 14, 2018 5:20:26 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading SSH Slaves
Mar 14, 2018 5:20:29 PM java.util.logging.LogManager$RootLogger log
INFO: Checking subversion
Mar 14, 2018 5:20:29 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for subversion
Mar 14, 2018 5:20:29 PM java.util.logging.LogManager$RootLogger log
INFO: Installing subversion
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-scm-step for plugin subversion already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of credentials for plugin subversion already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of ssh-credentials for plugin subversion already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of scm-api for plugin subversion already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of mapdb-api for plugin subversion
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of junit for plugin mapdb-api already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin mapdb-api already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin mapdb-api already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin subversion already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin subversion already added, skipping
Mar 14, 2018 5:20:29 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of MapDB API on behalf of SYSTEM
Mar 14, 2018 5:20:29 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: subversion
Mar 14, 2018 5:20:29 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading MapDB API
Mar 14, 2018 5:20:29 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Subversion on behalf of SYSTEM
Mar 14, 2018 5:20:29 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Subversion
Mar 14, 2018 5:20:32 PM java.util.logging.LogManager$RootLogger log
INFO: Checking timestamper
Mar 14, 2018 5:20:32 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for timestamper
Mar 14, 2018 5:20:32 PM java.util.logging.LogManager$RootLogger log
INFO: Installing timestamper
Mar 14, 2018 5:20:32 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin timestamper already added, skipping
Mar 14, 2018 5:20:32 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin timestamper already added, skipping
Mar 14, 2018 5:20:32 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: timestamper
Mar 14, 2018 5:20:32 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Timestamper on behalf of SYSTEM
Mar 14, 2018 5:20:32 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Timestamper
Mar 14, 2018 5:20:35 PM java.util.logging.LogManager$RootLogger log
INFO: Checking ws-cleanup
Mar 14, 2018 5:20:35 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for ws-cleanup
Mar 14, 2018 5:20:35 PM java.util.logging.LogManager$RootLogger log
INFO: Installing ws-cleanup
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of workflow-durable-task-step for plugin ws-cleanup already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of structs for plugin ws-cleanup already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin ws-cleanup already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of matrix-project for plugin ws-cleanup already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Adding dependent install of resource-disposer for plugin ws-cleanup
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of junit for plugin resource-disposer already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of command-launcher for plugin resource-disposer already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin resource-disposer already added, skipping
Mar 14, 2018 5:20:35 PM hudson.model.UpdateSite$Plugin deploy
INFO: Dependent install of bouncycastle-api for plugin ws-cleanup already added, skipping
Mar 14, 2018 5:20:35 PM java.util.logging.LogManager$RootLogger log
INFO: Waiting for plugin install: ws-cleanup
Mar 14, 2018 5:20:35 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Resource Disposer on behalf of SYSTEM
Mar 14, 2018 5:20:35 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Resource Disposer
Mar 14, 2018 5:20:35 PM hudson.model.UpdateCenter$DownloadJob run
INFO: Starting the installation of Workspace Cleanup on behalf of SYSTEM
Mar 14, 2018 5:20:35 PM hudson.model.UpdateCenter$UpdateCenterConfiguration download
INFO: Downloading Workspace Cleanup
Mar 14, 2018 5:20:38 PM java.util.logging.LogManager$RootLogger log
INFO: Plugins installed, initializing a restart!
Mar 14, 2018 5:20:38 PM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /jenkins/init.groovy.d/securitySettings.groovy
Mar 14, 2018 5:20:38 PM java.util.logging.LogManager$RootLogger log
INFO: Security Settings
Mar 14, 2018 5:20:38 PM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /jenkins/init.groovy.d/setSlaveport.groovy
Mar 14, 2018 5:20:38 PM java.util.logging.LogManager$RootLogger log
INFO: Slaveport set to 50000
Mar 14, 2018 5:20:38 PM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Mar 14, 2018 5:20:38 PM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running
Mar 14, 2018 5:20:43 PM jenkins.model.Jenkins$23 run
SEVERE: Restarting VM as requested by SYSTEM
Mar 14, 2018 5:20:43 PM jenkins.model.Jenkins cleanUp
INFO: Stopping Jenkins
Mar 14, 2018 5:20:43 PM jenkins.model.Jenkins$19 onAttained
INFO: Started termination
Mar 14, 2018 5:20:43 PM hudson.util.ExceptionCatchingThreadFactory uncaughtException
WARNING: Thread Computer.threadPoolForRemoting [#1] terminated unexpectedly
java.nio.channels.ClosedSelectorException
at sun.nio.ch.SelectorImpl.keys(SelectorImpl.java:68)
at org.jenkinsci.remoting.protocol.IOHub.getThreadNameBase(IOHub.java:426)
at org.jenkinsci.remoting.protocol.IOHub.access$200(IOHub.java:69)
at org.jenkinsci.remoting.protocol.IOHub$IOHubSelectorWatcher.run(IOHub.java:536)
at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Mar 14, 2018 5:20:43 PM jenkins.model.Jenkins$19 onAttained
INFO: Completed termination
Mar 14, 2018 5:20:43 PM jenkins.model.Jenkins _cleanUpDisconnectComputers
INFO: Starting node disconnection
Mar 14, 2018 5:20:44 PM jenkins.model.Jenkins _cleanUpShutdownPluginManager
INFO: Stopping plugin manager
Mar 14, 2018 5:20:44 PM jenkins.model.Jenkins _cleanUpPersistQueue
INFO: Persisting build queue
Mar 14, 2018 5:20:44 PM jenkins.model.Jenkins _cleanUpAwaitDisconnects
INFO: Waiting for node disconnection completion
Mar 14, 2018 5:20:44 PM jenkins.model.Jenkins cleanUp
INFO: Jenkins stopped
Running from: /usr/bin/jenkins/jenkins.war
webroot: EnvVars.masterEnvVars.get("JENKINS_HOME")
Mar 14, 2018 5:20:46 PM Main deleteWinstoneTempContents
WARNING: Failed to delete the temporary Winstone file /tmp/winstone/jenkins.war
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.util.log.Log initialized
INFO: Logging initialized @513ms to org.eclipse.jetty.util.log.JavaUtilLog
Mar 14, 2018 5:20:46 PM winstone.Logger logInternal
INFO: Beginning extraction from war file
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.server.handler.ContextHandler setContextPath
WARNING: Empty contextPath
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.server.Server doStart
INFO: jetty-9.4.z-SNAPSHOT
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.webapp.StandardDescriptorProcessor visitServlet
INFO: NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.server.session.DefaultSessionIdManager doStart
INFO: DefaultSessionIdManager workerName=node0
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.server.session.DefaultSessionIdManager doStart
INFO: No SessionScavenger set, using defaults
Mar 14, 2018 5:20:46 PM org.eclipse.jetty.server.session.HouseKeeper startScavenging
INFO: Scavenging every 660000ms
Jenkins home directory: /jenkins found at: EnvVars.masterEnvVars.get("JENKINS_HOME")
Mar 14, 2018 5:20:47 PM org.eclipse.jetty.server.handler.ContextHandler doStart
INFO: Started w.@5745ca0e{/,file:///jenkins/war/,AVAILABLE}{/jenkins/war}
Mar 14, 2018 5:20:47 PM org.eclipse.jetty.server.AbstractConnector doStart
INFO: Started ServerConnector@4d15107f{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
Mar 14, 2018 5:20:47 PM org.eclipse.jetty.server.Server doStart
INFO: Started @1800ms
Mar 14, 2018 5:20:47 PM winstone.Logger logInternal
INFO: Winstone Servlet Engine v4.0 running: controlPort=disabled
Mar 14, 2018 5:20:48 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Mar 14, 2018 5:20:49 PM hudson.ClassicPluginStrategy createClassJarFromWebInfClasses
WARNING: Created /jenkins/plugins/gradle/WEB-INF/lib/classes.jar; update plugin to a version created with a newer harness
Mar 14, 2018 5:20:50 PM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Mar 14, 2018 5:20:55 PM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Mar 14, 2018 5:20:55 PM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Mar 14, 2018 5:20:56 PM hudson.ExtensionFinder$GuiceFinder$FaultTolerantScope$1 error
INFO: Failed to instantiate optional component hudson.plugins.build_timeout.operations.AbortAndRestartOperation$DescriptorImpl; skipping
Mar 14, 2018 5:20:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Mar 14, 2018 5:20:57 PM jenkins.InitReactorRunner$1 onAttained
INFO: Loaded all jobs
Mar 14, 2018 5:20:57 PM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /jenkins/init.groovy.d/loadPlugins.groovy
Mar 14, 2018 5:20:57 PM hudson.model.AsyncPeriodicWork$1 run
INFO: Started Download metadata
Mar 14, 2018 5:20:57 PM java.util.logging.LogManager$RootLogger log
INFO: [gitlab-plugin, hipchat:2.1.1, swarm, azure-ad:0.2.0, docker-workflow, ant, build-timeout, credentials-binding, email-ext, github-organization-folder, gradle, workflow-aggregator, ssh-slaves, subversion, timestamper, ws-cleanup]
Mar 14, 2018 5:20:57 PM java.util.logging.LogManager$RootLogger log
INFO: Checking gitlab-plugin
Mar 14, 2018 5:20:57 PM java.util.logging.LogManager$RootLogger log
INFO: Checking hipchat:2.1.1
Mar 14, 2018 5:20:57 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for hipchat:2.1.1
Mar 14, 2018 5:20:58 PM hudson.model.DownloadService$Downloadable load
INFO: Obtained the updated data file for hudson.plugins.gradle.GradleInstaller
Mar 14, 2018 5:20:58 PM hudson.model.DownloadService$Downloadable load
INFO: Obtained the updated data file for hudson.tasks.Ant.AntInstaller
Mar 14, 2018 5:20:58 PM hudson.model.AsyncPeriodicWork$1 run
INFO: Finished Download metadata. 916 ms
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking swarm
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking azure-ad:0.2.0
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Looking UpdateCenter for azure-ad:0.2.0
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking docker-workflow
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking ant
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking build-timeout
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking credentials-binding
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking email-ext
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking github-organization-folder
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking gradle
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking workflow-aggregator
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking ssh-slaves
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking subversion
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking timestamper
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Checking ws-cleanup
Mar 14, 2018 5:20:59 PM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /jenkins/init.groovy.d/securitySettings.groovy
Mar 14, 2018 5:20:59 PM java.util.logging.LogManager$RootLogger log
INFO: Security Settings
Mar 14, 2018 5:20:59 PM jenkins.util.groovy.GroovyHookScript execute
INFO: Executing /jenkins/init.groovy.d/setSlaveport.groovy
Mar 14, 2018 5:20:59 PM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Mar 14, 2018 5:20:59 PM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment