make gitea/Jenkinsfile declarative

- fix environment
This commit is contained in:
2019-02-10 10:53:03 -05:00
parent 3697bddcf4
commit 88acf4e66a

View File

@@ -34,7 +34,7 @@ pipeline {
sh """
export DOCKER_HOST=${DOCKER_HOST}
docker stack deploy --with-registry-auth --prune -c docker-compose.yml gitea
../scaleout.sh gitea_app 180
chmod +x ../scaleout.sh && ../scaleout.sh gitea_app 180
"""
}
}