-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-log-sample.txt
75 lines (64 loc) · 2.94 KB
/
build-log-sample.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Tomas Bjerre pushed tag 1.15 to http://bitbucket:7990/scm/mix/sandbox-repo.git referencing 187ccb978925d6ccdf948a58bccaf878cce046b9
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] Start of Pipeline
[Pipeline] node
Running on Jenkins in /var/jenkins_home/workspace/release-job
[Pipeline] {
GenericWebhookEnvironmentContributor
Received:
{"eventKey":"repo:refs_changed","date":"2019-08-18T16:52:09+0000","actor":{"name":"tomasbjerre","emailAddress":"[email protected]","id":1,"displayName":"Tomas Bjerre","active":true,"slug":"tomasbjerre","type":"NORMAL","links":{"self":[{"href":"http://bitbucket:7990/users/tomasbjerre"}]}},"repository":{"slug":"sandbox-repo","id":1,"name":"sandbox-repo","scmId":"git","state":"AVAILABLE","statusMessage":"Available","forkable":true,"project":{"key":"MIX","id":1,"name":"Mixed","public":false,"type":"NORMAL","links":{"self":[{"href":"http://bitbucket:7990/projects/MIX"}]}},"public":true,"links":{"clone":[{"href":"http://bitbucket:7990/scm/mix/sandbox-repo.git","name":"http"},{"href":"ssh://git@bitbucket:7999/mix/sandbox-repo.git","name":"ssh"}],"self":[{"href":"http://bitbucket:7990/projects/MIX/repos/sandbox-repo/browse"}]}},"changes":[{"ref":{"id":"refs/tags/1.15","displayId":"1.15","type":"TAG"},"refId":"refs/tags/1.15","fromHash":"0000000000000000000000000000000000000000","toHash":"187ccb978925d6ccdf948a58bccaf878cce046b9","type":"ADD"}]}
Contributing variables:
clone_url = http://bitbucket:7990/scm/mix/sandbox-repo.git
commit = 187ccb978925d6ccdf948a58bccaf878cce046b9
committer_email = [email protected]
committer_name = Tomas Bjerre
project_key = MIX
ref = refs/tags/1.15
repo_slug = sandbox-repo
tag = 1.15
[Pipeline] properties
[Pipeline] stage
[Pipeline] { (Prepare)
[Pipeline] deleteDir
[Pipeline] sh
+ echo git clone http://bitbucket:7990/scm/mix/sandbox-repo.git
git clone http://bitbucket:7990/scm/mix/sandbox-repo.git
+ echo git checkout 1.15
git checkout 1.15
+ sleep 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
+ echo Validate that artifact version is 1.15
Validate that artifact version is 1.15
+ echo Or, set artifact version to 1.15, without committing it or pushing!
Or, set artifact version to 1.15, without committing it or pushing!
+ echo ./gradlew build
./gradlew build
+ sleep 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] sh
+ echo Uploading...
Uploading...
+ sleep 1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Email)
[Pipeline] echo
Sending email with subject 'Released 1.15 in sandbox-repo' and content:
Hi there!!
You pushed 1.15 in http://bitbucket:7990/scm/mix/sandbox-repo.git and it is now released.
See job here: http://localhost:8080/job/release-job/19/
See log here: http://localhost:8080/job/release-job/19//consoleText
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS