jenkinsfile
This commit is contained in:
parent
d540f67a22
commit
0582ba3e44
12
jenkinsfile
Normal file
12
jenkinsfile
Normal file
@ -0,0 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
echo 'Hello World1111'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user