Skip to content
Snippets Groups Projects
Commit fa2f71ea authored by Tucker Siegel's avatar Tucker Siegel
Browse files

cleanup

parent 7c32e965
No related branches found
No related tags found
No related merge requests found
@Library('shared-library') _
def config = [name: 'Newman', dayOfWeek: 'Friday']
pipeline {
agent any
tools {
......@@ -49,11 +45,6 @@ pipeline {
}
}
stage('test library') {
steps {
test(config)
}
}
}
post {
always {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment