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 {