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