Started by user [email protected]
Obtained Jenkinsfile from git http://gitea/dd/systemtest.git
Loading library github.com/stakater/fabric8-pipeline-library@master
> git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/stakater/fabric8-pipeline-library.git
> git config remote.origin.url https://github.com/stakater/fabric8-pipeline-library.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> git --version # timeout=10
# "ps" "-o" "pid=" "9999"
printf "EXITCODE %3d" $?; exit
# EXITCODE 1# "ps" "-o" "pid=" "23"
printf "EXITCODE %3d" $?; exit
23
# EXITCODE 0# "ps" "-o" "pid=" "9999"
printf "EXITCODE %3d" $?; exit
# EXITCODE 1# "ps" "-o" "pid=" "23"
printf "EXITCODE %3d" $?; exit
Started by user [email protected]
Obtained Jenkinsfile from git http://gitea/digitaldealer/systemtest
Loading library github.com/stakater/fabric8-pipeline-library@master
> git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://github.com/stakater/fabric8-pipeline-library.git
> git config remote.origin.url https://github.com/stakater/fabric8-pipeline-library.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
> git --version # timeout=10
Sep 26, 2017 5:18:22 AM io.fabric8.jenkins.openshiftsync.BuildSyncRunListener onCompleted
INFO: onCompleted job/systemtest/300/
Sep 26, 2017 5:18:22 AM hudson.model.listeners.RunListener report
WARNING: RunListener failed
java.lang.NullPointerException
at io.fabric8.jenkins.openshiftsync.JenkinsUtils.maybeScheduleNext(JenkinsUtils.java:312)
at io.fabric8.jenkins.openshiftsync.BuildSyncRunListener.onCompleted(BuildSyncRunListener.java:170)
at hudson.model.listeners.RunListener.fireCompleted(RunListener.java:211)
at org.jenkinsci.plugins.workflow.job.WorkflowRun.finish(WorkflowRun.java:664)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package de.tdlabs.examples; | |
import org.springframework.boot.SpringApplication; | |
import org.springframework.boot.autoconfigure.SpringBootApplication; | |
import org.springframework.boot.builder.SpringApplicationBuilder; | |
import org.springframework.boot.web.support.SpringBootServletInitializer; | |
@SpringBootApplication | |
public class App extends SpringBootServletInitializer { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Nginx proxy for Elasticsearch + Kibana | |
# | |
# In this setup, we are password protecting the saving of dashboards. You may | |
# wish to extend the password protection to all paths. | |
# | |
# Even though these paths are being called as the result of an ajax request, the | |
# browser will prompt for a username/password on the first request | |
# | |
# If you use this, you'll want to point config.js at http://FQDN:443/ instead of | |
# http://FQDN:9200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/groovy | |
@Library('github.com/fabric8io/[email protected]') | |
def localItestPattern = "" | |
try { | |
localItestPattern = ITEST_PATTERN | |
} catch (Throwable e) { | |
localItestPattern = "*IT" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Author: Chris McConnell | |
# | |
# Summary: | |
# Run remote command_list on all of the specified kubernetes clusters: controllers, etcd, or workers. | |
# | |
# Why: | |
# We have kubernetes and want to run CM jobs / commands on the kube nodes, but CoreOS doesnt have python etc. on it so we can't use CM tools here unless we hack 'em up (which shouldn't), so shell always works. | |
# Plan to continue to build tools on this and we can take output of this script and slurp up into database, feed to graylog, etc. |
FILE # 1
#!groovy
String GIT_VERSION
node {
def buildEnv
kubectl describe pod jenkins-56914896-826p6
Name: jenkins-56914896-826p6
Namespace: default
Node: /
Labels: group=io.fabric8.devops.apps
pod-template-hash=56914896
project=jenkins
provider=fabric8
version=2.2.311