Skip to content

Commit

Permalink
build(plc4go): try fixing GOPATH for sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
sruehl committed Apr 24, 2023
1 parent a99de41 commit c2dc041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ pipeline {
when {
branch 'develop'
}
environment {
GOPATH = "$WORKSPACE/plc4go:$GOPATH"
}
steps {
echo 'Checking Code Quality on SonarCloud'
withCredentials([string(credentialsId: 'chris-sonarcloud-token', variable: 'SONAR_TOKEN')]) {
Expand Down

0 comments on commit c2dc041

Please sign in to comment.