rename Build to Test
All checks were successful
go/folderwatcher/pipeline/head This commit looks good
All checks were successful
go/folderwatcher/pipeline/head This commit looks good
This commit is contained in:
parent
366152c483
commit
479ed620e3
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Test') {
|
||||||
environment {
|
environment {
|
||||||
CGO_ENABLED = "1"
|
CGO_ENABLED = "1"
|
||||||
GOOS = "linux"
|
GOOS = "linux"
|
||||||
|
@ -32,7 +32,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build Win') {
|
stage('Test Win') {
|
||||||
environment {
|
environment {
|
||||||
CGO_ENABLED = "1"
|
CGO_ENABLED = "1"
|
||||||
GOOS = "windows"
|
GOOS = "windows"
|
||||||
|
|
Loading…
Reference in a new issue