parent
b587b92bdf
commit
b9fddfcea9
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage("Hello"){
|
||||||
|
steps {
|
||||||
|
echo "Hello World from appi3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue