Skip to content

Commit fe3509b

Browse files
authored
fix: Add placeholder Jenkinsfile (#16)
Signed-off-by: Cherry Wang <cherry@iotechsys.com>
1 parent a8078ea commit fe3509b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Jenkinsfile

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pipeline {
2+
agent { label 'ubuntu20.04-docker-8c-8g' }
3+
4+
stages {
5+
stage('Placeholder') {
6+
steps {
7+
echo 'This is a placeholder Jenkinsfile. Define your pipeline stages as needed.'
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)