Fix jenkinsfile syntax error
This commit is contained in:
parent
92df8e4dcd
commit
94d1c928e0
1 changed files with 4 additions and 3 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -10,10 +10,11 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
stage('Build on linux') {
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
// Use bash as the shell for these commands
|
||||
|
|
Loading…
Reference in a new issue