Clean up echoing working directory
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -9,7 +9,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo $PWD'
|
|
||||||
sh 'cargo build --release'
|
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