test2
Some checks failed
SimcoDash/simcompanies-dashboard/pipeline/head There was a failure building this commit

This commit is contained in:
2020-05-13 20:50:37 +02:00
parent 9ad59e2143
commit 413729b847

1
Jenkinsfile vendored
View File

@@ -6,7 +6,6 @@ pipeline {
steps { steps {
sh 'git --version' sh 'git --version'
sh 'printenv' sh 'printenv'
sh '$env.BRANCH_NAME'
} }
} }
stage('Build Frontend') { stage('Build Frontend') {