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

test

parent b637cebd
No related branches found
No related tags found
No related merge requests found
pipeline { pipeline {
agent {label "node3"} agent {
tools { node {
go 'go-1.16' label "node3"
customWorkspace '/dawn-gdd'
}
} }
node { tools {
customWorkspace '/dawn-gdd' go 'go-1.16'
} }
// node {
//
// }
stages { stages {
stage('test') { stage('test') {
steps { steps {
......
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