From 479ed620e3c2488acb3386b35e397b5c3b78b9d7 Mon Sep 17 00:00:00 2001 From: Christian Schmied Date: Thu, 26 Sep 2024 12:35:15 +0200 Subject: [PATCH] rename Build to Test --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 235f93e..7b6efd5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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"