ComputerKeeper/Jenkinsfile
Joe Stanley 2bacc86568
All checks were successful
ComputerKeeper/ComputerKeeper/pipeline/head This commit looks good
Potlatch Loggers Organization/ComputerKeeper/pipeline/head This commit looks good
Update 'Jenkinsfile'
2022-08-05 03:24:36 +00:00

13 lines
300 B
Groovy

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