Push new version
This commit is contained in:
parent
d571e3d4e4
commit
5509dad0cd
@ -2,7 +2,7 @@
|
||||
|
||||
def call(Map config = [:]) {
|
||||
echo "Hello, ${config.name}"
|
||||
if (fileExists 'Makefile') {
|
||||
if ( fileExists('Makefile')) {
|
||||
sh 'make'
|
||||
}
|
||||
echo 'Done'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user