Update 'Jenkinsfile'
All checks were successful
ComputerKeeper/ComputerKeeper/pipeline/head This commit looks good
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good

This commit is contained in:
Joe Stanley 2022-08-05 03:24:36 +00:00
parent 07c43293b6
commit 2bacc86568

14
Jenkinsfile vendored
View File

@ -1 +1,13 @@
/* New Jenkinsfile */ /*******************************************************************************
* New Jenkinsfile
*
* 2022 - Stanley Solutions
* Joe Stanley
******************************************************************************/
node ('master') {
stage('Demo') {
sh "echo nothing"
}
}