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