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