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
echo $WORKSPACE
pwd
export WORKSPACE="jenkins/workspace/ant-http"
export WORKSPACE="jenkins/workspace/test"
cd $WORKSPACE
bash test.sh
'''