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