Repair Jenkinsfile syntax
This commit is contained in:
parent
937d8d4d18
commit
815b70c630
1 changed files with 3 additions and 1 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -1,5 +1,7 @@
|
|||
pipeline {
|
||||
node linux // You can specify 'linux' if you specifically need a Linux agent
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue