Skip to content
Snippets Groups Projects
Commit 5c258241 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

jenkinsfile: stages is not recognized

Change-Id: I124df97bff609d897d617bf2fd9f4c5d1b81f5a8
parent 63f7fca2
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,6 @@ pipeline {
docker.image('client-validation').withRun('-t -u '+jenkinsUser+' -v '+pwd()+':/foo:rw -w /foo -e BATCH_MODE=1', '/bin/bash') {
container -> code:{
stages {
stage('Build Client') {
steps {
script {
......@@ -149,4 +148,3 @@ pipeline {
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment