typos in 478c938
This commit is contained in:
parent
478c938f26
commit
e0b68bc600
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -39,10 +39,10 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh '''
|
||||
login_url_sub="https://"$(params.USERNAME)":"$(params.PASSWORD)"@"
|
||||
login_url_sub="https://"${params.USERNAME}":"${params.PASSWORD}"@"
|
||||
sub='https;//'
|
||||
echo $(login_url_sub)
|
||||
git clone --recurse-submodules --remote-submodules $($(params.REPOSITORY)/$(sub)/$(login_url_sub)) .
|
||||
echo ${login_url_sub}
|
||||
git clone --recurse-submodules --remote-submodules $(${params.REPOSITORY}/${sub}/${login_url_sub}) .
|
||||
'''
|
||||
}
|
||||
}
|
||||
@ -52,7 +52,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
sh '''
|
||||
cd $(params.PATH)
|
||||
cd ${params.PATH}
|
||||
make pdf -C HTLLE-DA-Vorlage SOURCEDIR=$(pwd)
|
||||
'''
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user