jenkinsfile 추가
gitea-pipeline/pipeline/head This commit looks good
Details
gitea-pipeline/pipeline/head This commit looks good
Details
This commit is contained in:
parent
4795c9901d
commit
446fde6322
|
@ -0,0 +1,10 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('stage 1'){
|
||||||
|
steps {
|
||||||
|
echo "Hello world"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue