Skip to content
Snippets Groups Projects
Commit 6db1cdba authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

Test docker

parent 73d78b9b
Branches
Tags
No related merge requests found
...@@ -10,12 +10,12 @@ pipeline { ...@@ -10,12 +10,12 @@ pipeline {
stage('Test') { stage('Test') {
steps { steps {
echo 'Testing..' echo 'Testing..'
sh 'docker version'
} }
} }
stage('Deploy') { stage('Deploy') {
steps { steps {
echo 'Deploying....' echo 'Deploying....'
sh 'node run init'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment