fix empty step in Jenkinsfile

This commit is contained in:
hllvc 2021-07-10 23:58:06 +02:00
parent 9f0baac9d6
commit 57d3b1ea23

2
Jenkinsfile vendored
View file

@ -31,7 +31,7 @@ pipeline {
} }
} }
steps { steps {
echo "Running App"
} }
} }