test #1

Closed
hellsos wants to merge 2 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 {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..'
sh 'docker info'
}
}
stage('Test') {