Browse Source

Fix archive path in Jenkinsfile

master
Gyulai Dániel 4 years ago
parent
commit
4dad16eb4a
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -83,7 +83,7 @@ spec:
}
}
stage('Archive chart'){
archiveArtifacts artifacts: '/home/jenkins/agent/workspace/gitea-bme_covidok-backend_master/covidok*tgz', followSymlinks: false, onlyIfSuccessful: true
archiveArtifacts artifacts: 'covidok*tgz', followSymlinks: false, onlyIfSuccessful: true
}
}
}

Loading…
Cancel
Save