Skip to content

Instantly share code, notes, and snippets.

@Tibor17 Tibor17/emailext 2
Created Apr 11, 2018

Embed
What would you like to do?
Branch indexing
> git rev-parse --is-inside-work-tree # timeout=10
Setting origin to http://git.ads.local/phfa-entervonextgen/audit
> git config remote.origin.url http://git.ads.local/phfa-entervonextgen/audit # timeout=10
Fetching origin...
Fetching upstream changes from origin
> git --version # timeout=10
using GIT_ASKPASS to set credentials git private new rsa
> git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/master
Seen branch in repository origin/playground
Seen 2 remote branches
Obtained Jenkinsfile.groovy from 7ec9ddfa1a4fe8e8e7993575d59d6a5b0cd628c2
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] properties
[Pipeline] timeout
Timeout set to expire in 1 hr 30 min
[Pipeline] {
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/ibranch_Pipeline_playground-PRVK7X6T2XH7C3SUJ4JNYHLNG2EVZ6W7C37SOIOU6LWELPYIKHXQ
[Pipeline] {
[Pipeline] ansiColor
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] tool
[Pipeline] tool
[Pipeline] echo
14:24:04 Running build and unit tests with Java /var/lib/jenkins/tools/hudson.model.JDK/JDK8
[Pipeline] echo
14:24:04 Driving build and unit tests using Maven /home/xms40/apache-maven-3.5.3
[Pipeline] pwd
[Pipeline] sh
14:24:04 [ibranch_Pipeline_playground-PRVK7X6T2XH7C3SUJ4JNYHLNG2EVZ6W7C37SOIOU6LWELPYIKHXQ] Running shell script
14:24:04 + mkdir -p /var/lib/jenkins/workspace/ibranch_Pipeline_playground-PRVK7X6T2XH7C3SUJ4JNYHLNG2EVZ6W7C37SOIOU6LWELPYIKHXQ/repository
[Pipeline] pwd
[Pipeline] isUnix
[Pipeline] echo
14:24:04 The build is successful.
[Pipeline] dir
14:24:04 Running in /var/lib/jenkins/workspace/ibranch_Pipeline_playground-PRVK7X6T2XH7C3SUJ4JNYHLNG2EVZ6W7C37SOIOU6LWELPYIKHXQ/build
[Pipeline] {
[Pipeline] emailextrecipients
14:24:05 Collecting change authors...
14:24:05 build: 45
14:24:05 testResultAction was null
[Pipeline] emailext
14:24:05 messageContentType = text/html; charset=UTF-8
14:24:05 Adding recipients from project recipient list
14:24:05 Adding recipients from trigger recipient list
14:24:05 Successfully created MimeMessage
14:24:05 An attempt to send an e-mail to empty list of recipients, ignored.
14:24:05 Some error occured trying to send the email...check the Jenkins log
[Pipeline] }
[Pipeline] // dir
[Pipeline] stage
[Pipeline] { (workspace cleanup)
[Pipeline] cleanWs
14:24:05 [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // ansiColor
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // timeout
[Pipeline] End of Pipeline
Finished: SUCCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.