test push
This commit is contained in:
parent
ff048098c6
commit
ca17ad7823
1 changed files with 12 additions and 0 deletions
12
Jenkinsfile
vendored
Normal file
12
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
steps {
|
||||||
|
echo "🔨 Building branch: staging"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue