Adding permission change to jenkinsfile
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good

This commit is contained in:
2020-12-29 09:56:26 -06:00
parent 4801411b1d
commit ea20a8cc3c

2
Jenkinsfile vendored
View File

@@ -14,6 +14,8 @@ pipeline {
echo 'Installing dependencies'
sh 'go version'
sh 'go get -u golang.org/x/lint/golint'
echo 'Setting permission for build script'
sh "chmod +x do.sh"
}
}
stage('Compile') {