Update 'Jenkinsfile'
This commit is contained in:
parent
b898c6b09b
commit
e82c1fc8ac
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -34,7 +34,7 @@ pipeline{
|
||||
steps {
|
||||
sshCommand remote: remote, command: '''
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/antosaio")
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/antosaio-docker")
|
||||
cd $WORKSPACE
|
||||
# login to dockerhub
|
||||
echo $dockerhub_pat | docker login --username $dockerhub_user --password-stdin
|
||||
|
Loading…
Reference in New Issue
Block a user