简体   繁体   中英

GitLab CI variable incrementing

Tell me, please, how to realize the ability to display the current version of ci-job in the naming of artifacts? current:

artifacts: name: “demo_integration_javafx_scell-b(there could be current version of job)”

In your job, just append the files with the $CI_JOB_ID variable and add the folder in the artifacts section of your pipeline

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM