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
|
agent any
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage ('X') {
|
stage ('building') {
|
||||||
steps {
|
steps {
|
||||||
echo "Hello World"
|
echo "Hello World"
|
||||||
}
|
}
|
||||||
}
|
|
||||||
stage ('building') {
|
|
||||||
stages {
|
stages {
|
||||||
stage ('x86') {
|
stage ('x86') {
|
||||||
agent {
|
agent {
|
||||||
|
Loading…
Reference in New Issue
Block a user