Skip to content
Snippets Groups Projects
Commit 82a76e5f authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-44: modified jenkinsfile

parent ce73c784
No related branches found
No related tags found
1 merge request!44Merge back holography to master
...@@ -3,8 +3,8 @@ pipeline { ...@@ -3,8 +3,8 @@ pipeline {
stages { stages {
stage('Where I am') { stage('Where I am') {
steps { steps {
echo $PWD sh 'echo $PWD'
ls $PWD sh 'ls $PWD'
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment