~starkingdoms/starkingdoms

167cd5e80eedb4554d2f2cd3b2ee3838fb4f39a0 — c0repwn3r 2 years ago 47acc24
add cargo to PATH
1 files changed, 1 insertions(+), 0 deletions(-)

M Jenkinsfile
M Jenkinsfile => Jenkinsfile +1 -0
@@ 3,6 3,7 @@ pipeline {

    environment {
        DOCKER_LOGIN_CREDS = credentials('gitlab-docker-key')
        PATH = "/var/lib/jenkins/.cargo/bin:$PATH"
    }

    stages {