Clean up echoing working directory
All checks were successful
Core Repos/ImageApi/pipeline/pr-master This commit looks good
Core Repos/ImageApi/pipeline/head This commit looks good

This commit is contained in:
Cameron Cordes
2021-02-02 16:11:20 -05:00
parent 31ca8f2125
commit a873f5fc0f

1
Jenkinsfile vendored
View File

@@ -9,7 +9,6 @@ pipeline {
stages {
stage('build') {
steps {
sh 'echo $PWD'
sh 'cargo build --release'
archiveArtifacts artifacts: '**/target/release/image-api', fingerprint: true
}