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 {
|
pipeline {
|
||||||
node linux // You can specify 'linux' if you specifically need a Linux agent
|
agent {
|
||||||
|
label 'linux'
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue