commit
This commit is contained in:
parent
d41b80d734
commit
c4dbb82935
@ -1,2 +1,3 @@
|
|||||||
<h1>Welcome to SvelteKit</h1>
|
<h1>안녕하세요</h1>
|
||||||
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
<p>Visit <a href="https://svelte.dev/docs/kit">svelte.dev/docs/kit</a> to read the documentation</p>
|
||||||
|
d
|
||||||
10
src/routes/Jenkinsfile
vendored
Normal file
10
src/routes/Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('stage 1') {
|
||||||
|
steps {
|
||||||
|
echo "Hello world"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user