Fix missing comma
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
Some checks failed
Core Repos/ImageApi/pipeline/pr-master There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -11,7 +11,7 @@ pipeline {
|
||||
steps {
|
||||
sh 'echo $PWD'
|
||||
sh 'cargo build --release'
|
||||
archiveArtifacts artifacts: '**/target/release/image-api' fingerprint: true
|
||||
archiveArtifacts artifacts: '**/target/release/image-api', fingerprint: true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user