There was an error while loading. Please reload this page.
2 parents 742a1be + fb93bbc commit 5bd1f9bCopy full SHA for 5bd1f9b
1 file changed
Jenkinsfile
@@ -89,6 +89,7 @@ try
89
}
90
sh "docker logs " + c.id + " &> apache.log"
91
archiveArtifacts 'apache.log'
92
+ shSilent("rm -f apache.log")
93
94
95
@@ -111,6 +112,8 @@ try
111
112
'tomcat/logs/*,' +
113
'build/testtmpdir'
114
)
115
+ assertGitUnchanged()
116
+
117
if (isRelease || env.BRANCH_NAME.contains("archiveSuccessArtifacts"))
118
archiveArtifacts fingerprint: true, artifacts: 'build/success/*'
119
plot(
0 commit comments