From f83ad52273e9e0105171fd40b9943af010e4f4a9 Mon Sep 17 00:00:00 2001 From: Mihai Georgescu Date: Mon, 27 Nov 2023 14:49:14 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 63e67ee93..1914332e5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { echo "this is the start of the new stage with the main branch" } } - stage('Create docker image') { + stage('Create docker image for main branch') { steps { echo "now we will create the docker image for the main branch" }