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{
stage("build"){
steps{
echo
echo "hello"
}
}
}