@@ -10,11 +10,7 @@ pipeline {
stages {
stage("build project") {
steps {
- try{
sh 'go build main.go webPage.go'
- }
- catch (e){
-
}