@@ -11,6 +11,7 @@ pipeline {
stage("build project") {
steps {
sh 'go build main.go webPage.go'
+ sh 'echo ${currentBuild.currentResult} > /tmp/test.log'
}