master #3

Closed
hellsos wants to merge 3 commits from master into feature/Feature-1
Showing only changes of commit 32bf313825 - Show all commits

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ pipeline {
steps { steps {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}" echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..' echo 'Building..'
sh 'docker info'
} }
} }
stage('Test') { stage('Test') {