Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 539991 - Fix containers syntax
Signed-off-by: Mickael Istria <mistria@redhat.com>
  • Loading branch information
mickaelistria committed Oct 11, 2018
1 parent eecd78b commit a5b38aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Expand Up @@ -29,15 +29,15 @@ spec:
}
}
stage('Prepare-environment') {
container('container') {
steps {
steps {
container('container') {
sh 'npm config set cache="$(pwd)/target/npm-cache"'
}
}
}
stage('Build') {
container('container') {
steps {
steps {
container('container') {
sh 'mvn clean verify -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -DskipTests -PpackAndSign -Dmaven.repo.local=/tmp/.m2/repository'
}
}
Expand Down

0 comments on commit a5b38aa

Please sign in to comment.