Skip to content

Commit

Permalink
Adding a placeholder Jenkinsfile (#2589)
Browse files Browse the repository at this point in the history
* Adding a placeholder so builds wont fail

* Adding step block

* Fixing err
  • Loading branch information
maknop authored Jul 25, 2023
1 parent 876f92a commit 4e94ad0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
pipeline {
agent { label 'insights' }
options {
timestamps()
}
stages {
stage('Initial Setup') {
steps {
sh 'echo Placeholder Jenkinsfile'
}
}
}
}

0 comments on commit 4e94ad0

Please sign in to comment.