Updated jenkins file
This commit is contained in:
parent
29044929e2
commit
7cc40d9020
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,11 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
stages {
|
|
||||||
stage ('building') {
|
|
||||||
steps {
|
|
||||||
echo "Hello World"
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
stages {
|
stages {
|
||||||
stage ('x86') {
|
stage ('x86') {
|
||||||
agent {
|
agent {
|
||||||
@ -92,7 +86,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user