corrected echo in jenkinsfile

This commit is contained in:
Jeremi Sz 2023-03-14 15:36:13 +00:00
parent 5f367b3e43
commit d2b5393292

View file

@ -3,7 +3,7 @@ pipeline{
stages{ stages{
stage("build"){ stage("build"){
steps{ steps{
echo echo "hello"
} }
} }
} }