Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Méndez Requena authored Oct 29, 2019
1 parent 92225ac commit 66993de
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions samples/stamp/atos/performance/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ pipeline {
stage('CAMP realize'){
steps{
script {
def BUILD_ID= ""
BUILD_ID = env.BUILD_ID
sh '''
docker exec -i -e BUILD_ID="${BUILD_ID}" camp sh -c 'cd samples/stamp/atos/performance/ && camp realize -d .';
docker exec -i camp sh -c 'cd samples/stamp/atos/performance/ && camp realize -d .';
'''
}
}
}
}

stage('CAMP execute'){
Expand Down

0 comments on commit 66993de

Please sign in to comment.