init commit

OPMAAS-3581
rforstner 2021-11-23 18:43:01 +01:00
parent d92a232269
commit 291669a151
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -78,7 +78,7 @@
expression { return env.JENKINS_URL == 'https://jaws.bmwgroup.net/opapm/' } expression { return env.JENKINS_URL == 'https://jaws.bmwgroup.net/opapm/' }
} }
steps { steps {
sh touch test.csv sh 'echo "test" > test.csv'
//env.JENKINS_URL //env.JENKINS_URL
//env.BRANCH_NAME //env.BRANCH_NAME
print env.JENKINS_URL print env.JENKINS_URL