Commit 470e6c69 authored by Boris Djalal's avatar Boris Djalal

Adding missing bracket.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 3d4bb23e
......@@ -19,6 +19,14 @@ pipeline {
}
}
}
stage ("Build") {
steps {
echo "Building on ${GIT_URL}"
echo " Branch -- ${GIT_BRANCH}"
echo " Branch -- ${GIT_COMMIT}"
sh "git log -n1"
}
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment