Commit 9f3c347a authored by Boris Djalal's avatar Boris Djalal

Dummy commit.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 470e6c69
#!/bin/groovy #!/bin/groovy
// for dummy commit
pipeline { pipeline {
agent { agent {
label 'caracal' label 'caracal'
...@@ -23,7 +25,7 @@ pipeline { ...@@ -23,7 +25,7 @@ pipeline {
steps { steps {
echo "Building on ${GIT_URL}" echo "Building on ${GIT_URL}"
echo " Branch -- ${GIT_BRANCH}" echo " Branch -- ${GIT_BRANCH}"
echo " Branch -- ${GIT_COMMIT}" echo " Commit -- ${GIT_COMMIT}"
sh "git log -n1" 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