Push new version

This commit is contained in:
Jim Nicholson 2024-02-01 01:28:08 -08:00
parent d571e3d4e4
commit 5509dad0cd

View File

@ -2,7 +2,7 @@
def call(Map config = [:]) {
echo "Hello, ${config.name}"
if (fileExists 'Makefile') {
if ( fileExists('Makefile')) {
sh 'make'
}
echo 'Done'