Adding permission change to jenkinsfile
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -14,6 +14,8 @@ pipeline {
|
|||||||
echo 'Installing dependencies'
|
echo 'Installing dependencies'
|
||||||
sh 'go version'
|
sh 'go version'
|
||||||
sh 'go get -u golang.org/x/lint/golint'
|
sh 'go get -u golang.org/x/lint/golint'
|
||||||
|
echo 'Setting permission for build script'
|
||||||
|
sh "chmod +x do.sh"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Compile') {
|
stage('Compile') {
|
||||||
|
|||||||
Reference in New Issue
Block a user