Update 'Jenkinsfile'

This commit is contained in:
dany 2022-08-01 17:29:38 +02:00
parent 09808323e7
commit af4794371a

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ pipeline{
set -e set -e
echo $WORKSPACE echo $WORKSPACE
pwd pwd
export WORKSPACE="jenkins/workspace/ant-http" export WORKSPACE="jenkins/workspace/test"
cd $WORKSPACE cd $WORKSPACE
bash test.sh bash test.sh
''' '''