Skip to content
Snippets Groups Projects
Commit 4eff0251 authored by tgsiegel's avatar tgsiegel
Browse files

fix

parent d0d312e1
No related branches found
No related tags found
No related merge requests found
def call(String repo, String branch, String serviceName) { def call(String repo, String branch, String serviceName) {
pipeline { pipeline {
agent { label 'node2' } agent { label 'node2' }
// parameters {
// string{
// name: "BRANCH_NAME",
// defaultValue: "",
// description: "Branch to use"
// }
// }
tools { tools {
go 'go-1.16' go 'go-1.16'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment