Skip to content
Snippets Groups Projects
Commit 94a25d19 authored by tgsiegel's avatar tgsiegel
Browse files

test

parent 614d9d6b
No related branches found
No related tags found
No related merge requests found
@Library('shared-library') _
pipeline { pipeline {
agent {label "node3"} agent {label "node3"}
tools { tools {
...@@ -6,9 +8,7 @@ pipeline { ...@@ -6,9 +8,7 @@ pipeline {
stages { stages {
stage('notify') { stage('notify') {
steps { slack_send_start
load("slack.groovy").slack_send_start()
}
} }
stage('build new dawn-cli') { stage('build new dawn-cli') {
......
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