Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

PacletCICD

Tutorials

  • GitHub Actions Quick Start

Guides

  • Continuous Integration and Deployment
  • Custom CI/CD Workflows
  • Workflows

Tech Notes

  • License Entitlements and Repository Secrets

Symbols

  • BuildPaclet
  • CheckPaclet
  • CreatePublisherToken
  • ExampleDirectory
  • GitHubSecret
  • PublisherTokenObject
  • SubmitPaclet
  • WorkflowEvaluate
  • WorkflowExport
  • WorkflowJob
  • WorkflowJobQ
  • Workflow
  • WorkflowQ
  • WorkflowStep
  • WorkflowStepQ
  • WorkflowValue

Other

  • ResourcePublisherToken
  • WolframScriptEntitlementID
Wolfram`PacletCICD`
WorkflowEvaluate
​
WorkflowEvaluate
["command"]
represents a command that should be executed on the command line in a workflow.
​
​
WorkflowEvaluate
[expr]
represents a Wolfram Language expression that should be evaluated in a workflow.
​
​
WorkflowEvaluate
[code,"name"]
gives a name to the evaluation.
​
Examples  
(2)
Basic Examples  
(2)
Create a
WorkflowStep
that says hello:
In[1]:=
WorkflowStep

WorkflowEvaluate
["echo hello","Hello"]
Out[1]=
WorkflowStep
Name: Hello
Command: echo hello

​
Create a compilation job for Linux:
In[1]:=
WorkflowJob
​​"Checkout",​​
WorkflowEvaluate
["apt-get -y update && apt-get -y install build-essential","InstallBuildTools"],​​File["Scripts/Compile.wls"]​​,OperatingSystem"Linux"
Out[1]=
WorkflowJob
Name: UntitledJob
Steps: 3

See the steps:
In[2]:=
%["Steps"]
Out[2]=
WorkflowStep
Name: checkout-code-step
Action:
actions/checkout
,WorkflowStep
Name: InstallBuildTools
Command:
apt-get -y update && apt-get -y install …
,WorkflowStep
Name: Compile
Command: wolframscript Scripts/Compile.wls

SeeAlso
WorkflowStep
 
▪
WorkflowJob
 
▪
Workflow
RelatedGuides
▪
Continuous Integration and Deployment
▪
Workflows
""

Powered by the Wolfram Cloud More about Wolfram Technology

© 2022 Wolfram Research, Inc. All rights reserved. Terms of Use Privacy Contact Us