Updated jenkins file
This commit is contained in:
parent
fb5842d21c
commit
2500127eaa
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -2,12 +2,11 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage ('X') {
|
||||
stage ('building') {
|
||||
steps {
|
||||
echo "Hello World"
|
||||
}
|
||||
}
|
||||
stage ('building') {
|
||||
|
||||
stages {
|
||||
stage ('x86') {
|
||||
agent {
|
||||
|
Loading…
Reference in New Issue
Block a user