echo jenkinsfile.
All checks were successful
test/pipeline/head This commit looks good

This commit is contained in:
2021-10-11 11:49:38 +02:00
parent 405f42a399
commit 9e1dc74df6

1
Jenkinsfile vendored
View File

@@ -4,6 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
echo "Running ${env.BUILD_ID} on ${env.JENKINS_URL}"
echo 'Building..'
}
}