Jenkinsfile added
This commit is contained in:
parent
ea8a7f43a4
commit
5dcddf659e
1
Jenkinsfile
vendored
Normal file
1
Jenkinsfile
vendored
Normal file
@ -0,0 +1 @@
|
||||
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}
|
Loading…
Reference in New Issue
Block a user