@@ -2,17 +2,16 @@
pipeline {
agent {
- label 'master'
+ label 'master'
}
options {
- timestamps()
+ timestamps()
stages {
- stage("build project") {
- steps {
- sh 'go build main.go webPage.go'
- }
+ stage("build project") {
+ steps {
+ sh 'go build main.go webPage.go'
+ }