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 {
|
||||
stage('Build') {
|
||||
stage('Test') {
|
||||
environment {
|
||||
CGO_ENABLED = "1"
|
||||
GOOS = "linux"
|
||||
|
@ -32,7 +32,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('Build Win') {
|
||||
stage('Test Win') {
|
||||
environment {
|
||||
CGO_ENABLED = "1"
|
||||
GOOS = "windows"
|
||||
|
|
Loading…
Reference in a new issue