rename Build to Test
All checks were successful
go/folderwatcher/pipeline/head This commit looks good

This commit is contained in:
Christian Schmied 2024-09-26 12:35:15 +02:00
parent 366152c483
commit 479ed620e3
Signed by: christian.schmied
GPG key ID: 5BD239286A047A18

4
Jenkinsfile vendored
View file

@ -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"