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 {
|
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 {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue