Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy committed Apr 8, 2024
1 parent b8a306d commit e787036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-golang/Jenkinsfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline {
go version
sonar-scanner -v

go get k8s.io/client-go@latest
go install k8s.io/client-go@latest
"""
}
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins-agents/jenkins-agent-mvn/Jenkinsfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pipeline {
sh """
mvn --version

mvn dependency:get -DgroupId=org.apache.maven -DartifactId=maven-core -Dversion=2.2.1 -Dpackaging=jar -Dclassifier=source
mvn dependency:get -DgroupId=org.apache.maven -DartifactId=maven-core -Dversion=2.2.1 -Dpackaging=jar
"""
}
}
Expand Down

0 comments on commit e787036

Please sign in to comment.